Object/Class

akka.actor

CoordinatedShutdown

Related Docs: class CoordinatedShutdown | package actor

Permalink

object CoordinatedShutdown extends ExtensionId[CoordinatedShutdown] with ExtensionIdProvider

Source
CoordinatedShutdown.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoordinatedShutdown
  2. ExtensionIdProvider
  3. ExtensionId
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val PhaseActorSystemTerminate: String

    Permalink

    Last phase.

    Last phase. See terminate-actor-system and exit-jvm above. Don't add phases that depends on this phase because the dispatcher and scheduler of the ActorSystem have been shutdown.

  5. val PhaseBeforeActorSystemTerminate: String

    Permalink

    Phase for custom application tasks that are to be run after cluster shutdown and before ActorSystem termination.

  6. val PhaseBeforeClusterShutdown: String

    Permalink

    Phase for custom application tasks that are to be run after service shutdown and before cluster shutdown.

  7. val PhaseBeforeServiceUnbind: String

    Permalink

    The first pre-defined phase that applications can add tasks to.

    The first pre-defined phase that applications can add tasks to. Note that more phases can be be added in the application's configuration by overriding this phase with an additional depends-on.

  8. val PhaseClusterExiting: String

    Permalink

    Shutdown cluster singletons

  9. val PhaseClusterExitingDone: String

    Permalink

    Wait until exiting has been completed

  10. val PhaseClusterLeave: String

    Permalink

    Emit the leave command for the node that is shutting down.

  11. val PhaseClusterShardingShutdownRegion: String

    Permalink

    Graceful shutdown of the Cluster Sharding regions.

  12. val PhaseClusterShutdown: String

    Permalink

    Shutdown the cluster extension

  13. val PhaseServiceRequestsDone: String

    Permalink

    Wait for requests that are in progress to be completed.

  14. val PhaseServiceStop: String

    Permalink

    Final shutdown of service endpoints.

  15. val PhaseServiceUnbind: String

    Permalink

    Stop accepting new incoming requests in for example HTTP.

  16. def apply(system: ActorSystem): CoordinatedShutdown

    Permalink

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance.

    Definition Classes
    ExtensionId
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  19. def createExtension(system: ExtendedActorSystem): CoordinatedShutdown

    Permalink

    Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.

    Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.

    Definition Classes
    CoordinatedShutdownExtensionId
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def equals(other: Any): Boolean

    Permalink
    Definition Classes
    ExtensionId → AnyRef → Any
  22. def get(system: ActorSystem): CoordinatedShutdown

    Permalink

    Returns an instance of the extension identified by this ExtensionId instance.

    Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.

    override def get(system: ActorSystem): TheExtension = super.get(system)
    Definition Classes
    CoordinatedShutdownExtensionId
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def hashCode(): Int

    Permalink
    Definition Classes
    ExtensionId → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def lookup(): CoordinatedShutdown.type

    Permalink

    Returns the canonical ExtensionId for this Extension

    Returns the canonical ExtensionId for this Extension

    Definition Classes
    CoordinatedShutdownExtensionIdProvider
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ExtensionIdProvider

Inherited from AnyRef

Inherited from Any

Ungrouped