Search Results for

    Show / Hide Table of Contents

    Class EventSourcedProducerQueue.Settings

    EventSourcedProducerQueue settings.

    Inheritance
    object
    EventSourcedProducerQueue.Settings
    Implements
    IEquatable<EventSourcedProducerQueue.Settings>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Persistence.Delivery
    Assembly: Akka.Persistence.dll
    Syntax
    public record EventSourcedProducerQueue.Settings : IEquatable<EventSourcedProducerQueue.Settings>

    Properties

    | Edit this page View Source

    CleanupUnusedAfter

    Declaration
    public TimeSpan CleanupUnusedAfter { get; init; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    DeleteEvents

    Declaration
    public bool DeleteEvents { get; init; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    JournalPluginId

    Declaration
    public string JournalPluginId { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    KeepNSnapshots

    Declaration
    public int KeepNSnapshots { get; init; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    RestartMaxBackoff

    Declaration
    public TimeSpan RestartMaxBackoff { get; init; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    SnapshotEvery

    Declaration
    public int SnapshotEvery { get; init; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SnapshotPluginId

    Declaration
    public string SnapshotPluginId { get; init; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Create(ActorSystem)

    Creates a new settings instance from the akka.reliable-delivery.producer-controller.event-sourced-durable-queue of the ActorSystem.

    Declaration
    public static EventSourcedProducerQueue.Settings Create(ActorSystem sys)
    Parameters
    Type Name Description
    ActorSystem sys
    Returns
    Type Description
    EventSourcedProducerQueue.Settings
    | Edit this page View Source

    Create(Config)

    Creates a new settings instance from Config corresponding to akka.reliable-delivery.producer-controller.event-sourced-durable-queue.

    Declaration
    public static EventSourcedProducerQueue.Settings Create(Config config)
    Parameters
    Type Name Description
    Config config
    Returns
    Type Description
    EventSourcedProducerQueue.Settings

    Implements

    IEquatable<T>

    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