Class ActorTracingExt
Used to instantiate the ActorTracing plugin with the appropriate settings.
Inherited Members
Namespace: Phobos.Tracing
Assembly: Phobos.Tracing.dll
Syntax
public sealed class ActorTracingExt : ExtensionIdProvider<ActorTracing>, IExtensionId<ActorTracing>, IExtensionId
Methods
CreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override ActorTracing CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
Type | Description |
---|---|
ActorTracing | The extension created using the given actor system. |
Overrides
Akka.Actor.ExtensionIdProvider<Phobos.Tracing.ActorTracing>.CreateExtension(Akka.Actor.ExtendedActorSystem)