Class RoutingHandler<T extends RoutingContext>
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.routing.RoutingHandler<T>
-
- Direct Known Subclasses:
ActiveMQRoutingHandler
public abstract class RoutingHandler<T extends RoutingContext> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRoutingHandler(ActiveMQServer server)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ActiveMQServergetServer()protected abstract voidredirect(T context)protected abstract voidrefuse(T context)protected booleanroute(T context)
-
-
-
Constructor Detail
-
RoutingHandler
protected RoutingHandler(ActiveMQServer server)
-
-
Method Detail
-
getServer
public ActiveMQServer getServer()
-
-