Class SqsAckSettings
Inheritance
SqsAckSettings
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
|
Improve this Doc
View Source
MaxInFlight
Declaration
public int MaxInFlight { get; }
Property Value
Methods
|
Improve this Doc
View Source
WithMaxInFlight(Int32)
Declaration
public SqsAckSettings WithMaxInFlight(int maxInFlight)
Parameters
Type |
Name |
Description |
Int32 |
maxInFlight |
|
Returns