Class PhobosSystemExt
INTERNAL API.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phobos.Actor
Assembly: Phobos.Actor.dll
Syntax
public class PhobosSystemExt : ExtensionIdProvider<PhobosSystem>, IExtensionId<PhobosSystem>, IExtensionId
Methods
CreateExtension(ExtendedActorSystem)
Declaration
public override PhobosSystem CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system |
Returns
Type | Description |
---|---|
PhobosSystem |
Overrides
Akka.Actor.ExtensionIdProvider<Phobos.Actor.PhobosSystem>.CreateExtension(Akka.Actor.ExtendedActorSystem)