Class SqsAckFlow
Assembly: Akka.Streams.SQS.dll
Syntax
public static class SqsAckFlow
Methods
|
Improve this Doc
View Source
Default(IAmazonSQS, String, SqsAckSettings)
Creates a Akka.Streams.Dsl.Flow<TIn, TOut, TMat> for ack a single SQS message
at a time using a client
.
Declaration
public static Flow<MessageAction, ISqsAckResult, NotUsed> Default(IAmazonSQS client, string queueUrl, SqsAckSettings settings = null)
Parameters
Returns
|
Improve this Doc
View Source
Grouped(IAmazonSQS, String, SqsAckGroupedSettings)
Creates a Akka.Streams.Dsl.Flow<TIn, TOut, TMat> for ack grouped SQS messages using a client
.
Declaration
public static Flow<MessageAction, ISqsAckResultEntry, NotUsed> Grouped(IAmazonSQS client, string queueUrl, SqsAckGroupedSettings settings = null)
Parameters
Returns
|
Improve this Doc
View Source
GroupedChangeMessageVisibility(IAmazonSQS, String, SqsAckGroupedSettings)
Declaration
public static Flow<ChangeMessageVisibility, SqsChangeMessageVisibilityResultEntry, NotUsed> GroupedChangeMessageVisibility(IAmazonSQS client, string queueUrl, SqsAckGroupedSettings settings = null)
Parameters
Returns
|
Improve this Doc
View Source
GroupedDelete(IAmazonSQS, String, SqsAckGroupedSettings)
Declaration
public static Flow<Delete, SqsDeleteResultEntry, NotUsed> GroupedDelete(IAmazonSQS client, string queueUrl, SqsAckGroupedSettings settings = null)
Parameters
Returns