amqphandler

package
v4.57.2 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: MIT Imports: 13 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoDeathCount = errors.New("no death count")

Functions

func GetDeathCount

func GetDeathCount(message amqp.Delivery) (int64, error)

Types

type App

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

func New

func New(config Config, amqpClient *amqpclient.Client, tracer trace.Tracer, handler Handler) (App, error)

func (App) Done

func (a App) Done() <-chan struct{}

func (App) Retry

func (a App) Retry(message amqp.Delivery) error

func (App) Start

func (a App) Start(ctx context.Context)

type Config

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

func Flags

func Flags(fs *flag.FlagSet, prefix string, overrides ...flags.Override) Config

type Handler added in v4.46.3

type Handler func(context.Context, amqp.Delivery) error

Jump to

Keyboard shortcuts

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