public class FastFailoverActor$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static FastFailoverActor$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
FastFailoverActor$() |
| Modifier and Type | Method and Description |
|---|---|
akka.actor.Props |
props(FastFailoverSettings settings,
scala.collection.immutable.IndexedSeq<akka.routing.Routee> initialRoutees,
scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> extractEntityId,
scala.PartialFunction<java.lang.Throwable,FastFailover.FailureDirective> failureStrategy)
Create the props for a fast failover actor.
|
public static final FastFailoverActor$ MODULE$
public akka.actor.Props props(FastFailoverSettings settings, scala.collection.immutable.IndexedSeq<akka.routing.Routee> initialRoutees, scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> extractEntityId, scala.PartialFunction<java.lang.Throwable,FastFailover.FailureDirective> failureStrategy)
settings - (undocumented)initialRoutees - (undocumented)extractEntityId - (undocumented)failureStrategy - (undocumented)