Uses of Interface
io.grpc.Configurator
Packages that use Configurator
-
Uses of Configurator in io.grpc
Subinterfaces of Configurator in io.grpcModifier and TypeInterfaceDescriptioninterface
Internal access to Configurator API.Fields in io.grpc with type parameters of type ConfiguratorMethods in io.grpc that return types with arguments of type ConfiguratorModifier and TypeMethodDescriptionConfiguratorRegistry.getConfigurators()
Returns a list of the configurators in this registry.Method parameters in io.grpc with type arguments of type ConfiguratorModifier and TypeMethodDescriptionvoid
ConfiguratorRegistry.setConfigurators
(List<? extends Configurator> configurators) Sets the configurators in this registry.