Uses of Interface
io.grpc.LoadBalancer.SubchannelStateListener
Packages that use LoadBalancer.SubchannelStateListener
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
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.SubchannelStateListenerMethods in io.grpc with parameters of type LoadBalancer.SubchannelStateListenerModifier and TypeMethodDescriptionvoidLoadBalancer.Subchannel.start(LoadBalancer.SubchannelStateListener listener) Starts the Subchannel. -
Uses of LoadBalancer.SubchannelStateListener in io.grpc.internal
Classes in io.grpc.internal that implement LoadBalancer.SubchannelStateListenerMethods in io.grpc.internal with parameters of type LoadBalancer.SubchannelStateListenerModifier and TypeMethodDescriptionvoidManagedChannelImpl.SubchannelImpl.start(LoadBalancer.SubchannelStateListener listener) -
Uses of LoadBalancer.SubchannelStateListener in io.grpc.protobuf.services
Classes in io.grpc.protobuf.services that implement LoadBalancer.SubchannelStateListenerModifier and TypeClassDescriptionprivate final classFields in io.grpc.protobuf.services declared as LoadBalancer.SubchannelStateListenerModifier and TypeFieldDescriptionHealthCheckingLoadBalancerFactory.HealthCheckState.stateListenerMethods in io.grpc.protobuf.services with parameters of type LoadBalancer.SubchannelStateListenerModifier and TypeMethodDescription(package private) voidHealthCheckingLoadBalancerFactory.HealthCheckState.init(LoadBalancer.SubchannelStateListener listener) voidHealthCheckingLoadBalancerFactory.SubchannelImpl.start(LoadBalancer.SubchannelStateListener listener) Constructors in io.grpc.protobuf.services with parameters of type LoadBalancer.SubchannelStateListenerModifierConstructorDescription(package private)HealthCheckState(HealthCheckingLoadBalancerFactory.HelperImpl helperImpl, SynchronizationContext syncContext, ScheduledExecutorService timerService, LoadBalancer.SubchannelStateListener healthListener) -
Uses of LoadBalancer.SubchannelStateListener in io.grpc.util
Classes in io.grpc.util that implement LoadBalancer.SubchannelStateListenerModifier and TypeClassDescription(package private) classWraps the actual listener so that state changes from the actual one can be intercepted.Fields in io.grpc.util declared as LoadBalancer.SubchannelStateListenerModifier and TypeFieldDescriptionprivate final LoadBalancer.SubchannelStateListenerOutlierDetectionLoadBalancer.OutlierDetectionSubchannel.OutlierDetectionSubchannelStateListener.delegateprivate final LoadBalancer.SubchannelStateListenerHealthProducerHelper.HealthProducerSubchannel.healthListenerOutlierDetectionLoadBalancer.OutlierDetectionSubchannel.subchannelStateListenerMethods in io.grpc.util with parameters of type LoadBalancer.SubchannelStateListenerModifier and TypeMethodDescriptionvoidForwardingSubchannel.start(LoadBalancer.SubchannelStateListener listener) voidHealthProducerHelper.HealthProducerSubchannel.start(LoadBalancer.SubchannelStateListener listener) voidOutlierDetectionLoadBalancer.OutlierDetectionSubchannel.start(LoadBalancer.SubchannelStateListener listener) Constructors in io.grpc.util with parameters of type LoadBalancer.SubchannelStateListenerModifierConstructorDescription(package private)HealthProducerSubchannel(LoadBalancer.Subchannel delegate, LoadBalancer.SubchannelStateListener healthListener) (package private)