Uses of Interface
org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory
-
-
Uses of ProtocolManagerFactory in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement ProtocolManagerFactory Modifier and Type Class Description classCoreProtocolManagerFactoryMethods in org.apache.activemq.artemis.core.protocol.core.impl that return ProtocolManagerFactory Modifier and Type Method Description ProtocolManagerFactory<Interceptor>CoreProtocolManager. getFactory() -
Uses of ProtocolManagerFactory in org.apache.activemq.artemis.core.remoting.server
Methods in org.apache.activemq.artemis.core.remoting.server that return types with arguments of type ProtocolManagerFactory Modifier and Type Method Description Map<String,ProtocolManagerFactory>RemotingService. getProtocolFactoryMap() -
Uses of ProtocolManagerFactory in org.apache.activemq.artemis.core.remoting.server.impl
Methods in org.apache.activemq.artemis.core.remoting.server.impl that return types with arguments of type ProtocolManagerFactory Modifier and Type Method Description Map<String,ProtocolManagerFactory>RemotingServiceImpl. getProtocolFactoryMap()Constructor parameters in org.apache.activemq.artemis.core.remoting.server.impl with type arguments of type ProtocolManagerFactory Constructor Description RemotingServiceImpl(ClusterManager clusterManager, Configuration config, ActiveMQServer server, ManagementService managementService, ScheduledExecutorService scheduledThreadPool, List<ProtocolManagerFactory> protocolManagerFactories, Executor flushExecutor, ServiceRegistry serviceRegistry) -
Uses of ProtocolManagerFactory in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ProtocolManagerFactory Modifier and Type Method Description voidActiveMQServer. addProtocolManagerFactory(ProtocolManagerFactory factory)voidActiveMQServer. removeProtocolManagerFactory(ProtocolManagerFactory factory) -
Uses of ProtocolManagerFactory in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ProtocolManagerFactory Modifier and Type Method Description voidActiveMQServerImpl. addProtocolManagerFactory(ProtocolManagerFactory factory)voidActiveMQServerImpl. removeProtocolManagerFactory(ProtocolManagerFactory factory) -
Uses of ProtocolManagerFactory in org.apache.activemq.artemis.spi.core.protocol
Classes in org.apache.activemq.artemis.spi.core.protocol that implement ProtocolManagerFactory Modifier and Type Class Description classAbstractProtocolManagerFactory<P extends BaseInterceptor>Methods in org.apache.activemq.artemis.spi.core.protocol that return ProtocolManagerFactory Modifier and Type Method Description ProtocolManagerFactory<P>ProtocolManager. getFactory()Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ProtocolManagerFactory Modifier and Type Method Description static voidMessagePersister. registerProtocol(ProtocolManagerFactory manager)
-