GRPC Objective-C  1.71.0
Instance Methods
<GRPCInterceptorFactory> Protocol Reference

An interceptor factory object is used to create interceptor object for the call at the call start time. More...

#import <GRPCInterceptor.h>

Instance Methods

(GRPCInterceptor *) - createInterceptorWithManager:
 Create an interceptor object. More...
 

Detailed Description

An interceptor factory object is used to create interceptor object for the call at the call start time.

Method Documentation

◆ createInterceptorWithManager:

- (GRPCInterceptor *) createInterceptorWithManager: (GRPCInterceptorManager *)  interceptorManager

Create an interceptor object.

gRPC uses the returned object as the interceptor for the current call


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