Interface ManagedClientTransport.Listener

All Known Implementing Classes:
InternalSubchannel.TransportListener, ManagedChannelImpl.DelayedTransportListener
Enclosing interface:
ManagedClientTransport

public static interface ManagedClientTransport.Listener
Receives notifications for the transport life-cycle events. Implementation does not need to be thread-safe, so notifications must be properly synchronized externally.