Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.AcceptorFactory
-
-
Uses of AcceptorFactory in org.apache.activemq.artemis.core.remoting.impl.invm
Classes in org.apache.activemq.artemis.core.remoting.impl.invm that implement AcceptorFactory Modifier and Type Class Description classInVMAcceptorFactory -
Uses of AcceptorFactory in org.apache.activemq.artemis.core.remoting.impl.netty
Classes in org.apache.activemq.artemis.core.remoting.impl.netty that implement AcceptorFactory Modifier and Type Class Description classNettyAcceptorFactory -
Uses of AcceptorFactory in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return AcceptorFactory Modifier and Type Method Description AcceptorFactoryServiceRegistry. getAcceptorFactory(String name, String className)Get an instance of org.apache.activemq.artemis.spi.core.remoting.AcceptorFactoryMethods in org.apache.activemq.artemis.core.server with parameters of type AcceptorFactory Modifier and Type Method Description voidServiceRegistry. addAcceptorFactory(String name, AcceptorFactory acceptorFactory) -
Uses of AcceptorFactory in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return AcceptorFactory Modifier and Type Method Description AcceptorFactoryServiceRegistryImpl. getAcceptorFactory(String name, String className)Methods in org.apache.activemq.artemis.core.server.impl with parameters of type AcceptorFactory Modifier and Type Method Description voidServiceRegistryImpl. addAcceptorFactory(String name, AcceptorFactory acceptorFactory)
-