Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ServerConnectionLifeCycleListener
-
Packages that use ServerConnectionLifeCycleListener Package Description org.apache.activemq.artemis.spi.core.remoting -
-
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ServerConnectionLifeCycleListener Modifier and Type Method Description Acceptor
AcceptorFactory. createAcceptor(java.lang.String name, org.apache.activemq.artemis.core.server.cluster.ClusterConnection clusterConnection, java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool, java.util.Map<java.lang.String,ProtocolManager> protocolMap)
Create a new instance of an Acceptor.
-