Class CoordinatedShutdown.Phase$

java.lang.Object
scala.runtime.AbstractFunction4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration,Object,Object,org.apache.pekko.actor.CoordinatedShutdown.Phase>
org.apache.pekko.actor.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

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.actor.CoordinatedShutdown.Phase
    apply(scala.collection.immutable.Set<String> dependsOn, scala.concurrent.duration.FiniteDuration timeout, boolean recover, boolean enabled)
     
    final String
     
    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, 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 Details

    • MODULE$

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

    • Phase$

      public Phase$()
  • Method Details

    • toString

      public final String toString()
      Specified by:
      toString in interface scala.Function4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration,Object,Object,org.apache.pekko.actor.CoordinatedShutdown.Phase>
      Overrides:
      toString in class scala.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

      public scala.Option<scala.Tuple4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration,Object,Object>> unapply(org.apache.pekko.actor.CoordinatedShutdown.Phase x$0)