Package akka.routing

Class RoundRobinRoutingLogic

    • Constructor Detail

      • RoundRobinRoutingLogic

        public RoundRobinRoutingLogic()
    • Method Detail

      • next

        public java.util.concurrent.atomic.AtomicLong next()
      • select

        public Routee select​(java.lang.Object message,
                             scala.collection.immutable.IndexedSeq<Routee> routees)
        Specified by:
        select in interface RoutingLogic