Search Results for

    Show / Hide Table of Contents

    Class ActorProducerPipelineResolver

    Class used to resolving actor producer pipelines depending on actor type.

    Inheritance
    object
    ActorProducerPipelineResolver
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public class ActorProducerPipelineResolver

    Constructors

    | Edit this page View Source

    ActorProducerPipelineResolver(Func<ILoggingAdapter>)

    TBD

    Declaration
    public ActorProducerPipelineResolver(Func<ILoggingAdapter> logBuilder)
    Parameters
    Type Name Description
    Func<ILoggingAdapter> logBuilder

    TBD

    Properties

    | Edit this page View Source

    TotalPluginCount

    Gets total number of unique plugins registered inside current resolver.

    Declaration
    public int TotalPluginCount { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Insert(int, IActorProducerPlugin)

    Register target plugin inside producer pipeline at specified index.

    Declaration
    public bool Insert(int index, IActorProducerPlugin plugin)
    Parameters
    Type Name Description
    int index

    TBD

    IActorProducerPlugin plugin

    TBD

    Returns
    Type Description
    bool

    True if plugin was registered (it has not been found in pipeline already). False otherwise.

    | Edit this page View Source

    IsRegistered(IActorProducerPlugin)

    Returns true if current actor producer pipeline already has registered provided plugin type.

    Declaration
    public bool IsRegistered(IActorProducerPlugin plugin)
    Parameters
    Type Name Description
    IActorProducerPlugin plugin

    TBD

    Returns
    Type Description
    bool

    TBD

    | Edit this page View Source

    Register(IActorProducerPlugin)

    Register target plugin at the end of producer pipeline.

    Declaration
    public bool Register(IActorProducerPlugin plugin)
    Parameters
    Type Name Description
    IActorProducerPlugin plugin

    TBD

    Returns
    Type Description
    bool

    True if plugin was registered (it has not been found in pipeline already). False otherwise.

    | Edit this page View Source

    Unregister(IActorProducerPlugin)

    Unregisters plugin from producer pipeline, returning false if plugin was not found.

    Declaration
    public bool Unregister(IActorProducerPlugin plugin)
    Parameters
    Type Name Description
    IActorProducerPlugin plugin

    TBD

    Returns
    Type Description
    bool

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET