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
| Improve this Doc 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. |
Overrides
Akka.Actor.ExtensionIdProvider<Akka.Actor.CoordinatedShutdown>.CreateExtension(Akka.Actor.ExtendedActorSystem)