Uses of Class
org.apache.activemq.artemis.core.server.routing.targets.TargetResult.Status
-
Packages that use TargetResult.Status Package Description org.apache.activemq.artemis.core.server.routing.targets -
-
Uses of TargetResult.Status in org.apache.activemq.artemis.core.server.routing.targets
Methods in org.apache.activemq.artemis.core.server.routing.targets that return TargetResult.Status Modifier and Type Method Description TargetResult.StatusTargetResult. getStatus()static TargetResult.StatusTargetResult.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetResult.Status[]TargetResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-