Uses of Class
org.apache.activemq.artemis.core.server.routing.RoutingHandler
-
Packages that use RoutingHandler Package Description org.apache.activemq.artemis.core.protocol.core.impl org.apache.activemq.artemis.spi.core.protocol -
-
Uses of RoutingHandler in org.apache.activemq.artemis.core.protocol.core.impl
Subclasses of RoutingHandler in org.apache.activemq.artemis.core.protocol.core.impl Modifier and Type Class Description classActiveMQRoutingHandler -
Uses of RoutingHandler in org.apache.activemq.artemis.spi.core.protocol
Classes in org.apache.activemq.artemis.spi.core.protocol with type parameters of type RoutingHandler Modifier and Type Class Description classAbstractProtocolManager<P,I extends BaseInterceptor<P>,C extends RemotingConnection,R extends RoutingHandler>interfaceProtocolManager<P extends BaseInterceptor,R extends RoutingHandler>Info: ProtocolManager is loaded byRemotingServiceImpl.loadProtocolManagerFactories(Iterable)
-