Search Results for

    Show / Hide Table of Contents

    Interface IStashOverflowStrategyConfigurator

    Implement this interface in order to configure the IStashOverflowStrategy for the internal stash of the persistent actor. An instance of this class must be instantiable using a no-args constructor.

    Namespace: Akka.Persistence
    Assembly: Akka.Persistence.dll
    Syntax
    public interface IStashOverflowStrategyConfigurator

    Methods

    | Edit this page View Source

    Create(Config)

    TBD

    Declaration
    IStashOverflowStrategy Create(Config config)
    Parameters
    Type Name Description
    Config config

    TBD

    Returns
    Type Description
    IStashOverflowStrategy

    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