Namespace AWS.Messaging.Publishers.SQS
Classes
- SQSOptions
This class contains additional properties that can be set while publishing a message to an SQS queue.
- SQSSendResponse
The response for an SQS Send action.
Interfaces
- ISQSPublisher
This interface allows sending messages from application code to Amazon SQS. It exposes the SendAsync<T>(T, SQSOptions?, CancellationToken) method which takes in a user-defined message, and SQSOptions to set additional parameters while sending messages to SQS. Using dependency injection, this interface is available to inject anywhere in the code.