Class CoordinatedShutdownExtension
Used to register the CoordinatedShutdown extension with a given ActorSystem.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class CoordinatedShutdownExtension : ExtensionIdProvider<CoordinatedShutdown>, IExtensionId<CoordinatedShutdown>, IExtensionId
  Methods
| Edit this page View SourceCreateExtension(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.  | 
      
Edit this page