Interface ConnectionLifeCycleListener
- All Superinterfaces:
BaseConnectionLifeCycleListener<String>
@Deprecated
public interface ConnectionLifeCycleListener
extends BaseConnectionLifeCycleListener<String>
Deprecated.
A ConnectionLifeCycleListener is called by the remoting implementation to notify of connection events.
-
Method Summary
Methods inherited from interface org.apache.activemq.artemis.spi.core.remoting.BaseConnectionLifeCycleListener
connectionCreated, connectionDestroyed, connectionException, connectionReadyForWrites
ClientConnectionLifeCycleListener
instead.