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