aws

package
v1.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	processor.Config
	QueueName         string
	BatchSize         int
	WaitTimeSeconds   int
	VisibilityTimeout int
}

Config represent sqs subscriber config

func (*Config) Init

func (c *Config) Init(ctx context.Context, fs afs.Service) error

Initinitialises config

func (*Config) Validate

func (c *Config) Validate() error

Validate validates config

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service represents sqs service

func New

func New(config *Config, client *sqs.SQS, processor *processor.Service, fs afs.Service) (*Service, error)

New creates a new sqsService

func (*Service) Consume

func (s *Service) Consume(ctx context.Context) error

Consume starts consumer

func (*Service) Messages

func (s *Service) Messages() chan *sqs.Message

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL