Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ServerConnectionLifeCycleListener
Packages that use 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, org.apache.activemq.artemis.core.server.cluster.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.