GRPC Objective-C  1.26.0
Instance Methods
<GRPCCoreTransportFactory> Protocol Reference

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...
 
- Instance Methods inherited from <GRPCTransportFactory>
(GRPCTransport *) - createTransportWithManager:
 Create a transport implementation instance. More...
 

Additional Inherited Members

- Properties inherited from <GRPCTransportFactory>
NSArray< id< GRPCInterceptorFactory > > * transportInterceptorFactories
 Get a list of factories for transport inteceptors. More...
 

Detailed Description

The interface for transport implementations that are based on Core.

Method Documentation

◆ createCoreChannelFactoryWithCallOptions:()

- (nullable id<GRPCChannelFactory>) createCoreChannelFactoryWithCallOptions: (GRPCCallOptions *)  callOptions

Get the channel factory for GRPCChannel from call options.


The documentation for this protocol was generated from the following file: