Class SqsSource
API to create SQS sources.
Inherited Members
Namespace: Akka.Streams.SQS
Assembly: Akka.Streams.SQS.dll
Syntax
public static class SqsSource
Methods
| Improve this Doc View SourceCreate(IAmazonSQS, String, SqsSourceSettings)
Declaration
public static Source<Message, NotUsed> Create(IAmazonSQS client, string queueUrl, SqsSourceSettings settings = null)
Parameters
Type | Name | Description |
---|---|---|
Amazon. |
client | |
String | queueUrl | |
Sqs |
settings |
Returns
Type | Description |
---|---|
Akka. |