Uses of Interface
org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
Packages that use ProtocolManager
Package
Description
-
Uses of ProtocolManager in org.apache.activemq.artemis.spi.core.protocol
Classes in org.apache.activemq.artemis.spi.core.protocol that implement ProtocolManagerModifier and TypeClassDescriptionclassAbstractProtocolManager<P, I extends org.apache.activemq.artemis.api.core.BaseInterceptor<P>, C extends org.apache.activemq.artemis.spi.core.protocol.RemotingConnection, R extends org.apache.activemq.artemis.core.server.routing.RoutingHandler>Methods in org.apache.activemq.artemis.spi.core.protocol that return ProtocolManagerModifier and TypeMethodDescriptionProtocolManagerFactory.createProtocolManager(org.apache.activemq.artemis.core.server.ActiveMQServer server, Map<String, Object> parameters, List<org.apache.activemq.artemis.api.core.BaseInterceptor> incomingInterceptors, List<org.apache.activemq.artemis.api.core.BaseInterceptor> outgoingInterceptors) When you create the ProtocolManager, you should filter out any interceptors that won't belong to this Protocol. -
Uses of ProtocolManager in org.apache.activemq.artemis.spi.core.remoting
Subinterfaces with type arguments of type ProtocolManager in org.apache.activemq.artemis.spi.core.remoting