Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ClientConnectionLifeCycleListener
-
-
Uses of ClientConnectionLifeCycleListener in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement ClientConnectionLifeCycleListener Modifier and Type Class Description classClientSessionFactoryImpl -
Uses of ClientConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ClientConnectionLifeCycleListener Modifier and Type Method Description ConnectorInVMConnectorFactory. createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager)protected ConnectionInVMConnector. internalCreateConnection(BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor serverExecutor)Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ClientConnectionLifeCycleListener Constructor Description InVMConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ClientProtocolManager protocolManager) -
Uses of ClientConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ClientConnectionLifeCycleListener Modifier and Type Method Description ConnectorNettyConnectorFactory. createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) -
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 ConnectorConnectorFactory. createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager)creates a new instance of a connector.
-