Uses of Class
org.apache.activemq.artemis.core.server.routing.targets.TargetResult
-
Packages that use TargetResult Package Description org.apache.activemq.artemis.core.server.routing org.apache.activemq.artemis.core.server.routing.targets -
-
Uses of TargetResult in org.apache.activemq.artemis.core.server.routing
Methods in org.apache.activemq.artemis.core.server.routing that return TargetResult Modifier and Type Method Description TargetResultRoutingContext. getResult()TargetResultConnectionRouter. getTarget(String key)TargetResultConnectionRouter. getTarget(Connection connection, String clientID, String username)Methods in org.apache.activemq.artemis.core.server.routing with parameters of type TargetResult Modifier and Type Method Description voidRoutingContext. setResult(TargetResult result) -
Uses of TargetResult in org.apache.activemq.artemis.core.server.routing.targets
Fields in org.apache.activemq.artemis.core.server.routing.targets declared as TargetResult Modifier and Type Field Description static TargetResultTargetResult. REFUSED_UNAVAILABLE_RESULTstatic TargetResultTargetResult. REFUSED_USE_ANOTHER_RESULT
-