Search Results for

    Show / Hide Table of Contents

    Class ActorProducerPipeline

    TBD

    Inheritance
    object
    ActorProducerPipeline
    Implements
    IEnumerable<IActorProducerPlugin>
    IEnumerable
    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 ActorProducerPipeline : IEnumerable<IActorProducerPlugin>, IEnumerable

    Constructors

    | Edit this page View Source

    ActorProducerPipeline(Lazy<ILoggingAdapter>, IEnumerable<IActorProducerPlugin>)

    TBD

    Declaration
    public ActorProducerPipeline(Lazy<ILoggingAdapter> log, IEnumerable<IActorProducerPlugin> plugins)
    Parameters
    Type Name Description
    Lazy<ILoggingAdapter> log

    TBD

    IEnumerable<IActorProducerPlugin> plugins

    TBD

    Properties

    | Edit this page View Source

    Count

    TBD

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

    Methods

    | Edit this page View Source

    AfterActorIncarnated(ActorBase, IActorContext)

    Resolves and applies all plugins valid to specified underlying actor registered in current producer pipeline to newly created actor.

    Declaration
    public void AfterActorIncarnated(ActorBase actor, IActorContext context)
    Parameters
    Type Name Description
    ActorBase actor

    TBD

    IActorContext context

    TBD

    | Edit this page View Source

    BeforeActorIncarnated(ActorBase, IActorContext)

    Resolves and applies all plugins valid to specified underlying actor registered in current producer pipeline before old actor would be recycled.

    Declaration
    public void BeforeActorIncarnated(ActorBase actor, IActorContext context)
    Parameters
    Type Name Description
    ActorBase actor

    TBD

    IActorContext context

    TBD

    | Edit this page View Source

    GetEnumerator()

    TBD

    Declaration
    public IEnumerator<IActorProducerPlugin> GetEnumerator()
    Returns
    Type Description
    IEnumerator<IActorProducerPlugin>

    TBD

    Implements

    IEnumerable<T>
    IEnumerable

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    EnumerableExtensions.Grouped<T>(IEnumerable<T>, int)
    Extensions.Concat<T>(IEnumerable<T>?, T)
    Extensions.Drop<T>(IEnumerable<T>, int)
    Extensions.ForEach<T>(IEnumerable<T>, Action<T>)
    Extensions.Head<T>(IEnumerable<T>)
    Extensions.TakeRight<T>(IEnumerable<T>, int)
    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