Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ServerConnectionLifeCycleListener
Packages that use ServerConnectionLifeCycleListener
Package
Description
-
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ServerConnectionLifeCycleListenerModifier and TypeMethodDescriptionInVMAcceptorFactory.createAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ServerConnectionLifeCycleListenerModifierConstructorDescriptionInVMAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Map<String, ProtocolManager> protocolMap, Executor threadPool) -
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ServerConnectionLifeCycleListenerModifier and TypeMethodDescriptionNettyAcceptorFactory.createAcceptor(String name, ClusterConnection connection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) Constructors in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ServerConnectionLifeCycleListenerModifierConstructorDescriptionNettyAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, ScheduledExecutorService scheduledThreadPool, Executor failureExecutor, Map<String, ProtocolManager> protocolMap) NettyServerConnection(Map<String, Object> configuration, io.netty.channel.Channel channel, ServerConnectionLifeCycleListener listener, boolean batchingEnabled, boolean directDeliver, String router) -
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.server.impl
Classes in org.apache.activemq.artemis.core.remoting.server.impl that implement ServerConnectionLifeCycleListener -
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ServerConnectionLifeCycleListenerModifier and TypeMethodDescriptionAcceptorFactory.createAcceptor(String name, ClusterConnection clusterConnection, Map<String, Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String, ProtocolManager> protocolMap) Create a new instance of an Acceptor.