GRPC Objective-C  1.39.1
Instance Methods | Class Methods
GRPCWrappedCall Class Reference

#import <GRPCWrappedCall.h>

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithUnmanagedCall:pooledChannel:
 
(void) - startBatchWithOperations:errorHandler:
 
(void) - startBatchWithOperations:
 
(void) - cancel
 
(void) - channelDisconnected
 

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Method Documentation

◆ cancel

- (void) cancel

◆ channelDisconnected

- (void) channelDisconnected

◆ initWithUnmanagedCall:pooledChannel:

- (instancetype) initWithUnmanagedCall: (grpc_call *)  unmanagedCall
pooledChannel: (GRPCPooledChannel *)  NS_DESIGNATED_INITIALIZER 

◆ NS_UNAVAILABLE [1/2]

+ (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE [2/2]

- (instancetype) NS_UNAVAILABLE

◆ startBatchWithOperations:

- (void) startBatchWithOperations: (NSArray *)  ops

◆ startBatchWithOperations:errorHandler:

- (void) startBatchWithOperations: (NSArray *)  ops
errorHandler: (void(^)(void))  errorHandler 

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