public final class RoundRobinRoutingLogic extends java.lang.Object implements RoutingLogic
| Constructor and Description |
|---|
RoundRobinRoutingLogic() |
public static RoundRobinRoutingLogic apply()
public java.util.concurrent.atomic.AtomicLong next()
public Routee select(java.lang.Object message, scala.collection.immutable.IndexedSeq<Routee> routees)
RoutingLogicroutees, but in the end it is up to the implementation to
return whatever Routee to use for sending a specific message.
When implemented from Java it can be good to know that
routees.apply(index) can be used to get an element
from the IndexedSeq.
select in interface RoutingLogic