Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.BaseConnectionLifeCycleListener
Packages that use BaseConnectionLifeCycleListener
Package
Description
-
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement BaseConnectionLifeCycleListener -
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.invm
Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type BaseConnectionLifeCycleListenerModifierConstructorDescriptionInVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, ArtemisExecutor executor) InVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, ArtemisExecutor executor, ActiveMQPrincipal defaultActiveMQPrincipal) InVMConnection(int serverID, BufferHandler handler, BaseConnectionLifeCycleListener listener, ArtemisExecutor executor) -
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.netty
Constructors in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type BaseConnectionLifeCycleListenerModifierConstructorDescriptionprotectedActiveMQChannelHandler(io.netty.channel.group.ChannelGroup group, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor listenerExecutor) NettyConnection(Map<String, Object> configuration, io.netty.channel.Channel channel, BaseConnectionLifeCycleListener<?> listener, boolean batchingEnabled, boolean directDeliver) NettyConnector(Map<String, Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool) NettyConnector(Map<String, Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) NettyConnector(Map<String, Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager, boolean serverConnection) -
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.server.impl
Classes in org.apache.activemq.artemis.core.remoting.server.impl that implement BaseConnectionLifeCycleListener -
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.spi.core.remoting
Subinterfaces of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.spi.core.remotingModifier and TypeInterfaceDescriptioninterfaceinterfaceDeprecated.interface
ClientConnectionLifeCycleListenerinstead.