Search Results for

    Show / Hide Table of Contents

    Class ActorStashPlugin

    TBD

    Inheritance
    object
    ActorProducerPluginBase
    ActorStashPlugin
    Implements
    IActorProducerPlugin
    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 ActorStashPlugin : ActorProducerPluginBase, IActorProducerPlugin

    Methods

    | Edit this page View Source

    AfterIncarnated(ActorBase, IActorContext)

    Creates a new stash for specified actor if it has not been initialized already.

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

    TBD

    IActorContext context

    TBD

    Overrides
    ActorProducerPluginBase.AfterIncarnated(ActorBase, IActorContext)
    | Edit this page View Source

    BeforeIncarnated(ActorBase, IActorContext)

    Ensures, that all stashed messages inside actor stash have been unstashed.

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

    TBD

    IActorContext context

    TBD

    Overrides
    ActorProducerPluginBase.BeforeIncarnated(ActorBase, IActorContext)
    | Edit this page View Source

    CanBeAppliedTo(Type)

    Stash plugin is applied to all actors implementing IActorStash interface.

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

    TBD

    Returns
    Type Description
    bool

    TBD

    Overrides
    ActorProducerPluginBase.CanBeAppliedTo(Type)

    Implements

    IActorProducerPlugin

    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