Search Results for

    Show / Hide Table of Contents

    Class UnboundedStashImpl

    INTERNAL A stash implementation that is unbounded Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Inheritance
    object
    AbstractStash
    UnboundedStashImpl
    Implements
    IStash
    Inherited Members
    AbstractStash.Stash()
    AbstractStash.Unstash()
    AbstractStash.UnstashAll()
    AbstractStash.UnstashAll(Func<Envelope, bool>)
    AbstractStash.ClearStash()
    AbstractStash.Prepend(IEnumerable<Envelope>)
    AbstractStash.Count
    AbstractStash.IsEmpty
    AbstractStash.NonEmpty
    AbstractStash.IsFull
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor.Internal
    Assembly: Akka.dll
    Syntax
    public class UnboundedStashImpl : AbstractStash, IStash

    Constructors

    | Edit this page View Source

    UnboundedStashImpl(IActorContext)

    INTERNAL A stash implementation that is bounded Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Declaration
    public UnboundedStashImpl(IActorContext context)
    Parameters
    Type Name Description
    IActorContext context

    TBD

    Properties

    | Edit this page View Source

    Capacity

    The capacity of the stash. Configured in the actor's mailbox or dispatcher config.

    Declaration
    public override int Capacity { get; }
    Property Value
    Type Description
    int
    Overrides
    AbstractStash.Capacity
    Remarks

    If capacity is negative, then we're using an Unbounded stash.

    Implements

    IStash

    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