public class ScatterGatherFirstCompletedRouter$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static ScatterGatherFirstCompletedRouter$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ScatterGatherFirstCompletedRouter$() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final ScatterGatherFirstCompletedRouter$ MODULE$
public ScatterGatherFirstCompletedRouter apply(scala.collection.immutable.Iterable<ActorRef> routees, scala.concurrent.duration.FiniteDuration within)
public ScatterGatherFirstCompletedRouter create(java.lang.Iterable<ActorRef> routees, scala.concurrent.duration.FiniteDuration within)