Documentation ¶
Index ¶
- func WithConsumeMaxNumberOfMessages(max int) func(m any)
- func WithConsumeMessageAttributeNames(names []string) func(m any)
- func WithConsumeMessageSystemAttributeNames(attributes []string) func(m any)
- func WithConsumeRequestAttemptId(id string) func(m any)
- func WithConsumeVisibilityTimeout(timeout int64) func(m any)
- func WithConsumeWaitTimeSeconds(wait int64) func(m any)
- func WithEnqueueDelaySeconds(delay int64) func(m any)
- func WithEnqueueMessageAttributes(attrs map[string]*sqs.MessageAttributeValue) func(m any)
- func WithEnqueueMessageDeduplicationId(id string) func(m any)
- func WithEnqueueMessageGroupId(id string) func(m any)
- func WithEnqueueMessageSystemAttributes(attrs map[string]*sqs.MessageSystemAttributeValue) func(m any)
- type Driver
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithEnqueueDelaySeconds ¶
func WithEnqueueMessageAttributes ¶
func WithEnqueueMessageAttributes(attrs map[string]*sqs.MessageAttributeValue) func(m any)
func WithEnqueueMessageSystemAttributes ¶
func WithEnqueueMessageSystemAttributes(attrs map[string]*sqs.MessageSystemAttributeValue) func(m any)
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.