Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// QueueURL is the AWS SQS URL that we're polling messages from
QueueURL string
// SinkURI is the URI messages will be forwarded on to.
SinkURI string
// CredsFile is the full path of the AWS credentials file
CredsFile string
// OnFailedPollWaitSecs determines the interval to wait after a
// failed poll before making another one
OnFailedPollWaitSecs time.Duration
// contains filtered or unexported fields
}
Adapter implements the AWS SQS adapter to deliver SQS messages from an SQS queue to a Sink.
Click to show internal directories.
Click to hide internal directories.