Search Results for

    Show / Hide Table of Contents

    Interface IWithBoundedStash

    Lets the StashFactory know that this Actor needs stash support with restricted storage capacity You need to add the property:

    public IStash Stash { get; set; }
    Inherited Members
    IActorStash.Stash
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    [Obsolete("Use `IWithStash` with a configured BoundedDeque-based mailbox instead.")]
    public interface IWithBoundedStash : IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IBoundedDequeBasedMessageQueueSemantics>

    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