Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ConnectorFactory
-
Packages that use ConnectorFactory Package Description org.apache.activemq.artemis.core.client.impl org.apache.activemq.artemis.core.remoting.impl.invm org.apache.activemq.artemis.core.remoting.impl.netty -
-
Uses of ConnectorFactory in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return ConnectorFactory Modifier and Type Method Description protected ConnectorFactoryClientSessionFactoryImpl. instantiateConnectorFactory(String connectorFactoryClassName)Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ConnectorFactory Modifier and Type Method Description protected ConnectorClientSessionFactoryImpl. createConnector(ConnectorFactory connectorFactory, TransportConfiguration configuration) -
Uses of ConnectorFactory in org.apache.activemq.artemis.core.remoting.impl.invm
Classes in org.apache.activemq.artemis.core.remoting.impl.invm that implement ConnectorFactory Modifier and Type Class Description classInVMConnectorFactory -
Uses of ConnectorFactory in org.apache.activemq.artemis.core.remoting.impl.netty
Classes in org.apache.activemq.artemis.core.remoting.impl.netty that implement ConnectorFactory Modifier and Type Class Description classNettyConnectorFactory
-