Uses of Interface
io.grpc.LoadBalancer.SubchannelStateListener
-
Packages that use LoadBalancer.SubchannelStateListener Package Description io.grpc The gRPC core public API.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of LoadBalancer.SubchannelStateListener in io.grpc
Fields in io.grpc with type parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Field Description static LoadBalancer.CreateSubchannelArgs.Key<LoadBalancer.SubchannelStateListener>
LoadBalancer. HEALTH_CONSUMER_LISTENER_ARG_KEY
Methods in io.grpc with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description void
LoadBalancer.Subchannel. start(LoadBalancer.SubchannelStateListener listener)
Starts the Subchannel. -
Uses of LoadBalancer.SubchannelStateListener in io.grpc.util
Methods in io.grpc.util with parameters of type LoadBalancer.SubchannelStateListener Modifier and Type Method Description void
ForwardingSubchannel. start(LoadBalancer.SubchannelStateListener listener)
-