Search Results for

    Show / Hide Table of Contents

    Class ConsumerController.Settings

    ConsumerController settings.

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

    Properties

    | Edit this page View Source

    FlowControlWindow

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

    OnlyFlowControl

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

    ResendIntervalMax

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

    ResendIntervalMin

    Declaration
    public TimeSpan ResendIntervalMin { get; init; }
    Property Value
    Type Description
    TimeSpan

    Methods

    | Edit this page View Source

    Create(ActorSystem)

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

    Create(Config)

    Declaration
    public static ConsumerController.Settings Create(Config config)
    Parameters
    Type Name Description
    Config config
    Returns
    Type Description
    ConsumerController.Settings
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    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