Package io.grpc
Interface InternalConfigurator
Internal access to Configurator API.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidconfigureChannelBuilder(ManagedChannelBuilder<?> channelBuilder) Allows implementations to modify the channel builder.default voidconfigureServerBuilder(ServerBuilder<?> serverBuilder) Allows implementations to modify the server builder.
-
Method Details
-
configureChannelBuilder
Allows implementations to modify the channel builder.- Parameters:
channelBuilder- the channel builder being constructed
-
configureServerBuilder
Allows implementations to modify the server builder.- Parameters:
serverBuilder- the server builder being constructed
-