BroadwaySQS v0.3.0 BroadwaySQS.SQSClient behaviour View Source
A generic behaviour to implement SQS Clients for BroadwaySQS.Producer
.
This module defines callbacks to normalize options and receive message
from a SQS queue. Modules that implement this behaviour should be passed
as the :sqs_client
option from BroadwaySQS.Producer
.
Link to this section Summary
Link to this section Types
Link to this section Callbacks
Link to this callback
receive_messages(demand, opts)
View Sourcereceive_messages(demand :: pos_integer(), opts :: any()) :: messages()