Search Results for

    Show / Hide Table of Contents

    Class ActorTracingExt

    Used to instantiate the ActorTracing plugin with the appropriate settings.

    Inheritance
    System.Object
    ExtensionIdProvider<ActorTracing>
    ActorTracingExt
    Implements
    IExtensionId<ActorTracing>
    IExtensionId
    Inherited Members
    ExtensionIdProvider<ActorTracing>.Apply(ActorSystem)
    ExtensionIdProvider<ActorTracing>.IExtensionId.Get(ActorSystem)
    ExtensionIdProvider<ActorTracing>.IExtensionId.CreateExtension(ExtendedActorSystem)
    ExtensionIdProvider<ActorTracing>.IExtensionId.Apply(ActorSystem)
    ExtensionIdProvider<ActorTracing>.Get(ActorSystem)
    ExtensionIdProvider<ActorTracing>.Equals(Object)
    ExtensionIdProvider<ActorTracing>.GetHashCode()
    ExtensionIdProvider<ActorTracing>.ExtensionType
    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)

    Implements

    IExtensionId<T>
    IExtensionId
    In This Article
    Back to top Generated by DocFX