Interface GrpcManagedChannelBuilderCustomizer
-
- All Known Implementing Classes:
TracingManagedChannelBuilderCustomizer
public interface GrpcManagedChannelBuilderCustomizerCallback interface that can be implemented by beans wishing to further customize theManagedChannelBuildervia theSpringAwareManagedChannelBuilder.- Since:
- 3.0.0
- Author:
- Tyler Van Gorder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder)Customizes the channel builder.
-