Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDeliveryAlreadyHandled = errors.New("delivery already handled")
)
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Delivery ¶
type Delivery struct {
// contains filtered or unexported fields
}
func NewDelivery ¶
type HandlerFunc ¶
type Middleware ¶
type Option ¶
type Option func(c *Consumer)
func WithCloser ¶ added in v1.4.2
func WithConcurrency ¶
func WithMiddlewares ¶
func WithMiddlewares(middlewares ...Middleware) Option
func WithPrefetchCount ¶
func WithRetryPolicy ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.