Class PetabridgeCmdExtension
INTERNAL API. Defines the PetabridgeCmd plugin used directly be end-users.
Inherited Members
Namespace: Petabridge.Cmd.Host
Assembly: Petabridge.Cmd.Host.dll
Syntax
public sealed class PetabridgeCmdExtension : ExtensionIdProvider<PetabridgeCmd>, IExtensionId<PetabridgeCmd>, IExtensionId
Methods
CreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override PetabridgeCmd CreateExtension(ExtendedActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
| Type | Description |
|---|---|
| PetabridgeCmd | The extension created using the given actor system. |
Overrides
Akka.Actor.ExtensionIdProvider<Petabridge.Cmd.Host.PetabridgeCmd>.CreateExtension(Akka.Actor.ExtendedActorSystem)