Uses of Interface
org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory
Packages that use ProtocolManagerFactory
Package
Description
-
Uses of ProtocolManagerFactory in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement ProtocolManagerFactoryMethods in org.apache.activemq.artemis.core.protocol.core.impl that return ProtocolManagerFactory -
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 -
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 ProtocolManagerFactoryConstructor parameters in org.apache.activemq.artemis.core.remoting.server.impl with type arguments of type ProtocolManagerFactoryModifierConstructorDescriptionRemotingServiceImpl(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 ProtocolManagerFactoryModifier and TypeMethodDescriptionvoidActiveMQServer.addProtocolManagerFactory(ProtocolManagerFactory factory) add a ProtocolManagerFactory to be used.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 ProtocolManagerFactoryModifier and TypeMethodDescriptionvoidActiveMQServerImpl.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 ProtocolManagerFactoryMethods in org.apache.activemq.artemis.spi.core.protocol that return ProtocolManagerFactoryMethods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ProtocolManagerFactoryModifier and TypeMethodDescriptionstatic voidMessagePersister.registerProtocol(ProtocolManagerFactory manager)