Class PhobosSystemExt
INTERNAL API.
Inherited Members
Namespace: Phobos.Actor
Assembly: Phobos.Actor.dll
Syntax
public class PhobosSystemExt : ExtensionIdProvider<PhobosSystem>, IExtensionId<PhobosSystem>, IExtensionId
Methods
CreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override PhobosSystem CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
Type | Description |
---|---|
PhobosSystem | The extension created using the given actor system. |
Overrides
Akka.Actor.ExtensionIdProvider<Phobos.Actor.PhobosSystem>.CreateExtension(Akka.Actor.ExtendedActorSystem)