Package io.grpc
Interface InternalConfigurator
Internal access to Configurator API.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
configureChannelBuilder
(ManagedChannelBuilder<?> channelBuilder) Allows implementations to modify the channel builder.default void
configureServerBuilder
(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
-