Show / Hide Table of Contents

    Class SqsPublishSettings

    Inheritance
    Object
    SqsPublishSettings
    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 sealed class SqsPublishSettings

    Constructors

    | Improve this Doc View Source

    SqsPublishSettings(Int32)

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

    Fields

    | Improve this Doc View Source

    Default

    Declaration
    public static SqsPublishSettings Default
    Field Value
    Type Description
    SqsPublishSettings

    Properties

    | 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 SqsPublishSettings WithMaxInFlight(int maxInFlight)
    Parameters
    Type Name Description
    Int32 maxInFlight
    Returns
    Type Description
    SqsPublishSettings
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX