Package io.grpc
Interface ManagedChannelBuilder.InterceptorFactory
-
- All Known Subinterfaces:
InternalManagedChannelBuilder.InternalInterceptorFactory
- Enclosing class:
- ManagedChannelBuilder<T extends ManagedChannelBuilder<T>>
@Internal protected static interface ManagedChannelBuilder.InterceptorFactory
Internal-only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientInterceptor
newInterceptor(java.lang.String target)
-
-
-
Method Detail
-
newInterceptor
ClientInterceptor newInterceptor(java.lang.String target)
-
-