#import <GRPCCoreFactory.h>

Instance Methods | |
| (nullable id< GRPCChannelFactory >) | - createCoreChannelFactoryWithCallOptions: |
Instance Methods inherited from <GRPCTransportFactory> | |
| (GRPCTransport *) | - createTransportWithManager: |
Additional Inherited Members | |
Properties inherited from <GRPCTransportFactory> | |
| NSArray< id< GRPCInterceptorFactory > > * | transportInterceptorFactories |
The interface for transport implementations that are based on Core.
Definition at line 27 of file GRPCCoreFactory.h.
| - (nullable id<GRPCChannelFactory>) createCoreChannelFactoryWithCallOptions: | (GRPCCallOptions *) | callOptions |
Get the channel factory for GRPCChannel from call options.