Show / Hide Table of Contents

    Class SqsAckSettings

    Inheritance
    Object
    SqsAckSettings
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Streams.SQS
    Assembly: Akka.Streams.SQS.dll
    Syntax
    public class SqsAckSettings

    Constructors

    | Improve this Doc View Source

    SqsAckSettings(Int32)

    Declaration
    public SqsAckSettings(int maxInFlight)
    Parameters
    Type Name Description
    Int32 maxInFlight

    Properties

    | Improve this Doc View Source

    Default

    Declaration
    public static SqsAckSettings Default { get; }
    Property Value
    Type Description
    SqsAckSettings
    | Improve this Doc View Source

    MaxInFlight

    Declaration
    public int MaxInFlight { get; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    WithMaxInFlight(Int32)

    Default: 10.

    Declaration
    public SqsAckSettings WithMaxInFlight(int maxInFlight)
    Parameters
    Type Name Description
    Int32 maxInFlight
    Returns
    Type Description
    SqsAckSettings
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX