akka.routing
Interface ScatterGatherFirstCompletedLike

All Known Implementing Classes:
ScatterGatherFirstCompletedRouter

public interface ScatterGatherFirstCompletedLike

The core pieces of the routing logic is located in this trait to be able to extend.


Method Summary
 scala.PartialFunction<scala.Tuple2<ActorRef,java.lang.Object>,scala.collection.immutable.Iterable<Destination>> createRoute(RouteeProvider routeeProvider)
           
 int nrOfInstances()
           
 scala.collection.immutable.Iterable<java.lang.String> routees()
           
 scala.concurrent.duration.FiniteDuration within()
           
 

Method Detail

nrOfInstances

int nrOfInstances()

routees

scala.collection.immutable.Iterable<java.lang.String> routees()

within

scala.concurrent.duration.FiniteDuration within()

createRoute

scala.PartialFunction<scala.Tuple2<ActorRef,java.lang.Object>,scala.collection.immutable.Iterable<Destination>> createRoute(RouteeProvider routeeProvider)