Search Results for

    Show / Hide Table of Contents

    Class ProducerController.Settings

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

    Fields

    | Edit this page View Source

    DefaultDeliveryBufferSize

    Declaration
    public const int DefaultDeliveryBufferSize = 128
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    ChunkLargeMessagesBytes

    If set to null, we will not chunk large messages. Otherwise, we will chunk messages larger than this value into [1,N] chunks of this size.

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

    DurableQueueRequestTimeout

    The timeout for each request to the durable queue.

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

    DurableQueueResendFirstInterval

    Timeframe for re-delivery of the first message

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

    DurableQueueRetryAttempts

    Number of retries allowed for each request to the durable queue.

    Declaration
    public int DurableQueueRetryAttempts { get; init; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    Create(ActorSystem)

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

    Create(Config)

    Declaration
    public static ProducerController.Settings Create(Config config)
    Parameters
    Type Name Description
    Config config
    Returns
    Type Description
    ProducerController.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