Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ClientConnectionLifeCycleListener
-
Packages that use ClientConnectionLifeCycleListener Package Description org.apache.activemq.artemis.spi.core.remoting -
-
Uses of ClientConnectionLifeCycleListener in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ClientConnectionLifeCycleListener Modifier and Type Method Description Connector
ConnectorFactory. createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, java.util.concurrent.Executor closeExecutor, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager)
creates a new instance of a connector.
-