Package akka.actor
Class CoordinatedShutdown.Phase$
- java.lang.Object
-
- scala.runtime.AbstractFunction4<scala.collection.immutable.Set<java.lang.String>,scala.concurrent.duration.FiniteDuration,java.lang.Object,java.lang.Object,akka.actor.CoordinatedShutdown.Phase>
-
- akka.actor.CoordinatedShutdown.Phase$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function4<scala.collection.immutable.Set<java.lang.String>,scala.concurrent.duration.FiniteDuration,java.lang.Object,java.lang.Object,akka.actor.CoordinatedShutdown.Phase>
- Enclosing class:
- CoordinatedShutdown
public static class CoordinatedShutdown.Phase$ extends scala.runtime.AbstractFunction4<scala.collection.immutable.Set<java.lang.String>,scala.concurrent.duration.FiniteDuration,java.lang.Object,java.lang.Object,akka.actor.CoordinatedShutdown.Phase> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CoordinatedShutdown.Phase$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Phase$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.actor.CoordinatedShutdown.Phase
apply(scala.collection.immutable.Set<java.lang.String> dependsOn, scala.concurrent.duration.FiniteDuration timeout, boolean recover, boolean enabled)
java.lang.String
toString()
scala.Option<scala.Tuple4<scala.collection.immutable.Set<java.lang.String>,scala.concurrent.duration.FiniteDuration,java.lang.Object,java.lang.Object>>
unapply(akka.actor.CoordinatedShutdown.Phase x$0)
-
-
-
Field Detail
-
MODULE$
public static final CoordinatedShutdown.Phase$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function4<scala.collection.immutable.Set<java.lang.String>,scala.concurrent.duration.FiniteDuration,java.lang.Object,java.lang.Object,akka.actor.CoordinatedShutdown.Phase>
- Overrides:
toString
in classscala.runtime.AbstractFunction4<scala.collection.immutable.Set<java.lang.String>,scala.concurrent.duration.FiniteDuration,java.lang.Object,java.lang.Object,akka.actor.CoordinatedShutdown.Phase>
-
apply
public akka.actor.CoordinatedShutdown.Phase apply(scala.collection.immutable.Set<java.lang.String> dependsOn, scala.concurrent.duration.FiniteDuration timeout, boolean recover, boolean enabled)
-
unapply
public scala.Option<scala.Tuple4<scala.collection.immutable.Set<java.lang.String>,scala.concurrent.duration.FiniteDuration,java.lang.Object,java.lang.Object>> unapply(akka.actor.CoordinatedShutdown.Phase x$0)
-
-