Package akka.actor

Class 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
    • 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)  
      • Methods inherited from class scala.runtime.AbstractFunction4

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function4

        apply
    • Field Detail

      • MODULE$

        public static final CoordinatedShutdown.Phase$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Phase$

        public Phase$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.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 class scala.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)