akka.routing
Class ScatterGatherFirstCompletedRoutees

java.lang.Object
  extended by akka.routing.ScatterGatherFirstCompletedRoutees
All Implemented Interfaces:
Routee, java.io.Serializable, scala.Equals, scala.Product

public class ScatterGatherFirstCompletedRoutees
extends java.lang.Object
implements Routee, scala.Product, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Constructor Summary
ScatterGatherFirstCompletedRoutees(scala.collection.immutable.IndexedSeq<Routee> routees, scala.concurrent.duration.FiniteDuration within)
           
 
Method Summary
 scala.collection.immutable.IndexedSeq<Routee> routees()
           
 void send(java.lang.Object message, ActorRef sender)
           
 scala.concurrent.duration.FiniteDuration within()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ScatterGatherFirstCompletedRoutees

public ScatterGatherFirstCompletedRoutees(scala.collection.immutable.IndexedSeq<Routee> routees,
                                          scala.concurrent.duration.FiniteDuration within)
Method Detail

routees

public scala.collection.immutable.IndexedSeq<Routee> routees()

within

public scala.concurrent.duration.FiniteDuration within()

send

public void send(java.lang.Object message,
                 ActorRef sender)
Specified by:
send in interface Routee