Uses of Interface
io.grpc.Configurator
-
Packages that use Configurator Package Description io.grpc The gRPC core public API. -
-
Uses of Configurator in io.grpc
Subinterfaces of Configurator in io.grpc Modifier and Type Interface Description interface
InternalConfigurator
Internal access to Configurator API.Fields in io.grpc with type parameters of type Configurator Modifier and Type Field Description private java.util.List<Configurator>
ConfiguratorRegistry. configurators
Methods in io.grpc that return types with arguments of type Configurator Modifier and Type Method Description java.util.List<Configurator>
ConfiguratorRegistry. getConfigurators()
Returns a list of the configurators in this registry.Method parameters in io.grpc with type arguments of type Configurator Modifier and Type Method Description void
ConfiguratorRegistry. setConfigurators(java.util.List<? extends Configurator> configurators)
Sets the configurators in this registry.
-