Documentation ¶
Overview ¶
Package sqsdriver contains Amazon SQS driver for unifrost.StreamHandler
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client handles the communicating with SQS. This holds the config provider needed to make the request.
func NewClient ¶
NewClient returns *sqsdriver.Client, establishes session to the AWS cloud service.
Additional configuration options can be added with sqsdriver.Option functions.
func (*Client) Close ¶
Close is just a placeholder to close the subscription or topic, `subscription.Shutdown(ctx)` should be called
func (*Client) Subscribe ¶
Subscribe subscribes to the given SQS url
https://docs.aws.amazon.com/sdk-for-net/v2/developer-guide/QueueURL.html
Click to show internal directories.
Click to hide internal directories.