Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.AcceptorFactory
Packages that use AcceptorFactory
Package
Description
-
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 -
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 -
Uses of AcceptorFactory in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return AcceptorFactoryModifier and TypeMethodDescriptionServiceRegistry.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 AcceptorFactoryModifier and TypeMethodDescriptionvoidServiceRegistry.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 AcceptorFactoryModifier and TypeMethodDescriptionServiceRegistryImpl.getAcceptorFactory(String name, String className) Methods in org.apache.activemq.artemis.core.server.impl with parameters of type AcceptorFactoryModifier and TypeMethodDescriptionvoidServiceRegistryImpl.addAcceptorFactory(String name, AcceptorFactory acceptorFactory)