Uses of Interface
io.grpc.ManagedChannelBuilder.InterceptorFactory
-
Packages that use ManagedChannelBuilder.InterceptorFactory Package Description io.grpc The gRPC core public API. -
-
Uses of ManagedChannelBuilder.InterceptorFactory in io.grpc
Methods in io.grpc with parameters of type ManagedChannelBuilder.InterceptorFactory Modifier and Type Method Description protected T
ForwardingChannelBuilder2. interceptWithTarget(ManagedChannelBuilder.InterceptorFactory factory)
protected T
ManagedChannelBuilder. interceptWithTarget(ManagedChannelBuilder.InterceptorFactory factory)
Internal-only: Adds a factory that will construct an interceptor based on the channel's target.
-