Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type ErrorHandler ¶ added in v0.1.0
type ErrorHandler func(error)
type NamedPayload ¶
type NamedPayload interface {
PayloadName() string
}
type WithConnection ¶
type WithConnection interface {
QueueConnection() string
}
type Worker ¶
type Worker interface { Run(done chan struct{}, handler ErrorHandler) error Close() error }
Click to show internal directories.
Click to hide internal directories.