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 BaseInterceptor<P>, C extends 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<BaseInterceptor> incomingInterceptors, List<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