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 TypeMethodDescriptionvoid
LoadBalancer.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 TypeMethodDescriptionvoid
ManagedChannelImpl.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 class
Fields in io.grpc.protobuf.services declared as LoadBalancer.SubchannelStateListenerModifier and TypeFieldDescriptionHealthCheckingLoadBalancerFactory.HealthCheckState.stateListener
Methods in io.grpc.protobuf.services with parameters of type LoadBalancer.SubchannelStateListenerModifier and TypeMethodDescription(package private) void
HealthCheckingLoadBalancerFactory.HealthCheckState.init
(LoadBalancer.SubchannelStateListener listener) void
HealthCheckingLoadBalancerFactory.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) class
Wraps 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.SubchannelStateListener
OutlierDetectionLoadBalancer.OutlierDetectionSubchannel.OutlierDetectionSubchannelStateListener.delegate
private final LoadBalancer.SubchannelStateListener
HealthProducerHelper.HealthProducerSubchannel.healthListener
OutlierDetectionLoadBalancer.OutlierDetectionSubchannel.subchannelStateListener
Methods in io.grpc.util with parameters of type LoadBalancer.SubchannelStateListenerModifier and TypeMethodDescriptionvoid
ForwardingSubchannel.start
(LoadBalancer.SubchannelStateListener listener) void
HealthProducerHelper.HealthProducerSubchannel.start
(LoadBalancer.SubchannelStateListener listener) void
OutlierDetectionLoadBalancer.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)