Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.Connector
-
-
Uses of Connector in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return Connector Modifier and Type Method Description protected ConnectorClientSessionFactoryImpl. createConnector(ConnectorFactory connectorFactory, TransportConfiguration configuration)Methods in org.apache.activemq.artemis.core.client.impl with parameters of type Connector Modifier and Type Method Description TransportConfigurationTopology. getBackupForConnector(Connector connector)protected ConnectionClientSessionFactoryImpl. openTransportConnection(Connector connector) -
Uses of Connector in org.apache.activemq.artemis.core.remoting.impl.invm
Classes in org.apache.activemq.artemis.core.remoting.impl.invm that implement Connector Modifier and Type Class Description classInVMConnectorMethods in org.apache.activemq.artemis.core.remoting.impl.invm that return Connector Modifier and Type Method Description ConnectorInVMConnectorFactory. createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) -
Uses of Connector in org.apache.activemq.artemis.core.remoting.impl.netty
Classes in org.apache.activemq.artemis.core.remoting.impl.netty that implement Connector Modifier and Type Class Description classNettyConnectorMethods in org.apache.activemq.artemis.core.remoting.impl.netty that return Connector Modifier and Type Method Description ConnectorNettyConnectorFactory. createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager) -
Uses of Connector in org.apache.activemq.artemis.spi.core.remoting
Classes in org.apache.activemq.artemis.spi.core.remoting that implement Connector Modifier and Type Class Description classAbstractConnectorAbstract connectorMethods in org.apache.activemq.artemis.spi.core.remoting that return Connector Modifier and Type Method Description ConnectorConnectorFactory. createConnector(Map<String,Object> configuration, BufferHandler handler, ClientConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager)creates a new instance of a connector.
-