Class ActorTracingExt
Used to instantiate the ActorTracing plugin with the appropriate settings.
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.Tracing
Assembly: Phobos.Tracing.dll
Syntax
public sealed class ActorTracingExt : ExtensionIdProvider<ActorTracing>, IExtensionId<ActorTracing>, IExtensionId
Methods
CreateExtension(ExtendedActorSystem)
Declaration
public override ActorTracing CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system |
Returns
Type | Description |
---|---|
ActorTracing |
Overrides
Akka.Actor.ExtensionIdProvider<Phobos.Tracing.ActorTracing>.CreateExtension(Akka.Actor.ExtendedActorSystem)