Uses of Interface
io.grpc.grpclb.SubchannelPool.PooledSubchannelStateListener
-
Packages that use SubchannelPool.PooledSubchannelStateListener Package Description io.grpc.grpclb -
-
Uses of SubchannelPool.PooledSubchannelStateListener in io.grpc.grpclb
Fields in io.grpc.grpclb declared as SubchannelPool.PooledSubchannelStateListener Modifier and Type Field Description private SubchannelPool.PooledSubchannelStateListenerCachedSubchannelPool. listenerMethods in io.grpc.grpclb with parameters of type SubchannelPool.PooledSubchannelStateListener Modifier and Type Method Description voidCachedSubchannelPool. registerListener(SubchannelPool.PooledSubchannelStateListener listener)voidSubchannelPool. registerListener(SubchannelPool.PooledSubchannelStateListener listener)Registers a listener to received Subchannel status updates.
-