Uses of Interface
io.grpc.LoadBalancer.SubchannelStateListener
-
-
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.
-