Search Results for

    Show / Hide Table of Contents

    Interface IActorProducerPlugin

    Plugin interface used to define

    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public interface IActorProducerPlugin

    Methods

    | Edit this page View Source

    AfterIncarnated(ActorBase, IActorContext)

    Plugin behavior applied to underlying actor instance when the new one is being created.

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

    TBD

    IActorContext context

    TBD

    | Edit this page View Source

    BeforeIncarnated(ActorBase, IActorContext)

    Plugin behavior applied to underlying actor instance before the actor is being recycled.

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

    TBD

    IActorContext context

    TBD

    | Edit this page View Source

    CanBeAppliedTo(Type)

    Determines if current plugin can be applied to provided actor based on it's type.

    Declaration
    bool CanBeAppliedTo(Type actorType)
    Parameters
    Type Name Description
    Type actorType

    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