Class SqsIgnoreResultEntry
Ignore acknowledgment within a batch
No requests are executed on the SQS service for ignore messageAction.
Its result is Akka.NotUsed and the responseMetadata is always empty
Inheritance
SqsIgnoreResultEntry
Assembly: Akka.Streams.SQS.dll
Syntax
public sealed class SqsIgnoreResultEntry : ISqsAckResultEntry, ISqsResult
Constructors
|
Improve this Doc
View Source
SqsIgnoreResultEntry(Ignore)
Declaration
public SqsIgnoreResultEntry(Ignore action)
Parameters
Type |
Name |
Description |
Ignore |
action |
|
Properties
|
Improve this Doc
View Source
Action
Declaration
public Ignore Action { get; }
Property Value
Explicit Interface Implementations
|
Improve this Doc
View Source
ISqsAckResultEntry.Action
Declaration
MessageAction ISqsAckResultEntry.Action { get; }
Returns
|
Improve this Doc
View Source
ISqsResult.ResponseMetadata
Declaration
ResponseMetadata ISqsResult.ResponseMetadata { get; }
Returns
Type |
Description |
Amazon.Runtime.ResponseMetadata |
|
|
Improve this Doc
View Source
ISqsResult.Result
Declaration
object ISqsResult.Result { get; }
Returns
Implements