public class InVMAcceptorFactory extends Object implements AcceptorFactory
| Constructor and Description |
|---|
InVMAcceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
createAcceptor(String name,
ClusterConnection clusterConnection,
Map<String,Object> configuration,
org.apache.activemq.artemis.spi.core.remoting.BufferHandler handler,
ServerConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
Map<String,ProtocolManager> protocolMap)
Create a new instance of an Acceptor.
|
public Acceptor createAcceptor(String name, ClusterConnection clusterConnection, Map<String,Object> configuration, org.apache.activemq.artemis.spi.core.remoting.BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String,ProtocolManager> protocolMap)
AcceptorFactorycreateAcceptor in interface AcceptorFactoryname - the name of the acceptorconfiguration - the configurationhandler - the handlerlistener - the listenerthreadPool - the threadpoolscheduledThreadPool - a scheduled thread poolCopyright © 2023 The Apache Software Foundation. All rights reserved.