Package org.apache.pekko.actor
Class CoordinatedShutdown.Phase$
- All Implemented Interfaces:
Serializable,scala.Function4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration, Object, Object, org.apache.pekko.actor.CoordinatedShutdown.Phase>
- Enclosing class:
- CoordinatedShutdown
public static class CoordinatedShutdown.Phase$
extends scala.runtime.AbstractFunction4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration,Object,Object,org.apache.pekko.actor.CoordinatedShutdown.Phase>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CoordinatedShutdown.Phase$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.CoordinatedShutdown.Phaseapply(scala.collection.immutable.Set<String> dependsOn, scala.concurrent.duration.FiniteDuration timeout, boolean recover, boolean enabled) final StringtoString()scala.Option<scala.Tuple4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration, Object, Object>> unapply(org.apache.pekko.actor.CoordinatedShutdown.Phase x$0) Methods inherited from class scala.runtime.AbstractFunction4
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function4
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Phase$
public Phase$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration, Object, Object, org.apache.pekko.actor.CoordinatedShutdown.Phase> - Overrides:
toStringin classscala.runtime.AbstractFunction4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration, Object, Object, org.apache.pekko.actor.CoordinatedShutdown.Phase>
-
apply
public org.apache.pekko.actor.CoordinatedShutdown.Phase apply(scala.collection.immutable.Set<String> dependsOn, scala.concurrent.duration.FiniteDuration timeout, boolean recover, boolean enabled) -
unapply
-