Search Results for

    Show / Hide Table of Contents

    Class CoordinatedShutdownExtension

    Used to register the CoordinatedShutdown extension with a given ActorSystem.

    Inheritance
    object
    ExtensionIdProvider<CoordinatedShutdown>
    CoordinatedShutdownExtension
    Implements
    IExtensionId<CoordinatedShutdown>
    IExtensionId
    Inherited Members
    ExtensionIdProvider<CoordinatedShutdown>.Apply(ActorSystem)
    ExtensionIdProvider<CoordinatedShutdown>.ExtensionType
    ExtensionIdProvider<CoordinatedShutdown>.Get(ActorSystem)
    ExtensionIdProvider<CoordinatedShutdown>.Equals(object)
    ExtensionIdProvider<CoordinatedShutdown>.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public sealed class CoordinatedShutdownExtension : ExtensionIdProvider<CoordinatedShutdown>, IExtensionId<CoordinatedShutdown>, IExtensionId

    Methods

    | Edit this page View Source

    CreateExtension(ExtendedActorSystem)

    Creates a new instance of the CoordinatedShutdown extension.

    Declaration
    public override CoordinatedShutdown CreateExtension(ExtendedActorSystem system)
    Parameters
    Type Name Description
    ExtendedActorSystem system

    The extended actor system.

    Returns
    Type Description
    CoordinatedShutdown

    A coordinated shutdown plugin.

    Overrides
    ExtensionIdProvider<CoordinatedShutdown>.CreateExtension(ExtendedActorSystem)

    Implements

    IExtensionId<T>
    IExtensionId

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET