class ServerInterceptorFactoryInterface

Defined at line 46 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_interceptor.h

A factory interface for creation of server interceptors. A vector of

factories can be provided to ServerBuilder which will be used to create a new

vector of server interceptors per RPC. Server interceptor authors should

create a subclass of ServerInterceptorFactorInterface which creates objects

of their interceptors.

Public Methods

Interceptor * CreateServerInterceptor (ServerRpcInfo * info)

Returns a pointer to an Interceptor object on successful creation, nullptr

otherwise. If nullptr is returned, this server interceptor factory is

ignored for the purposes of that RPC.

void ~ServerInterceptorFactoryInterface ()

Defined at line 48 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_interceptor.h