GRPC Objective-C
1.26.0
|
The interface for transport implementations that are based on Core. More...
#import <GRPCCoreFactory.h>
Instance Methods | |
(nullable id< GRPCChannelFactory >) | - createCoreChannelFactoryWithCallOptions: |
Get the channel factory for GRPCChannel from call options. More... | |
![]() | |
(GRPCTransport *) | - createTransportWithManager: |
Create a transport implementation instance. More... | |
Additional Inherited Members | |
![]() | |
NSArray< id< GRPCInterceptorFactory > > * | transportInterceptorFactories |
Get a list of factories for transport inteceptors. More... | |
The interface for transport implementations that are based on Core.
- (nullable id<GRPCChannelFactory>) createCoreChannelFactoryWithCallOptions: | (GRPCCallOptions *) | callOptions |
Get the channel factory for GRPCChannel from call options.