akka.routing
Class ScatterGatherFirstCompletedRouter$

java.lang.Object
  extended by akka.routing.ScatterGatherFirstCompletedRouter$
All Implemented Interfaces:
java.io.Serializable

public class ScatterGatherFirstCompletedRouter$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ScatterGatherFirstCompletedRouter$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ScatterGatherFirstCompletedRouter$()
           
 
Method Summary
 ScatterGatherFirstCompletedRouter apply(scala.collection.immutable.Iterable<ActorRef> routees, scala.concurrent.duration.FiniteDuration within)
          Creates a new ScatterGatherFirstCompletedRouter, routing to the specified routees, timing out after the specified Duration
 ScatterGatherFirstCompletedRouter create(java.lang.Iterable<ActorRef> routees, scala.concurrent.duration.FiniteDuration within)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ScatterGatherFirstCompletedRouter$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ScatterGatherFirstCompletedRouter$

public ScatterGatherFirstCompletedRouter$()
Method Detail

apply

public ScatterGatherFirstCompletedRouter apply(scala.collection.immutable.Iterable<ActorRef> routees,
                                               scala.concurrent.duration.FiniteDuration within)
Creates a new ScatterGatherFirstCompletedRouter, routing to the specified routees, timing out after the specified Duration

Parameters:
routees - (undocumented)
within - (undocumented)
Returns:
(undocumented)

create

public ScatterGatherFirstCompletedRouter create(java.lang.Iterable<ActorRef> routees,
                                                scala.concurrent.duration.FiniteDuration within)