Class FirstElementPolicy
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.routing.policies.AbstractPolicy
-
- org.apache.activemq.artemis.core.server.routing.policies.FirstElementPolicy
-
- All Implemented Interfaces:
Policy
public class FirstElementPolicy extends AbstractPolicy
-
-
Constructor Summary
Constructors Modifier Constructor Description FirstElementPolicy()protectedFirstElementPolicy(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetselectTarget(List<Target> targets, String key)-
Methods inherited from class org.apache.activemq.artemis.core.server.routing.policies.AbstractPolicy
getName, getProperties, getTargetProbe, init
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.activemq.artemis.core.server.routing.policies.Policy
transformKey
-
-