Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitTimeout = -1 ExitACK = 0 ExitFailed = 1 ExitNACK = 3 ExitNACKRequeue = 4 ExitRetry = 5 )
Exit constants used to know how handle the message. The consumer runnig is the responsible to understand this status and handle them properly.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Type string `mapstructure:"type"` IgnoreOutput bool `mapstructure:"ignore-output"` Options Options `mapstructure:"options"` }
Config is an composition of all options and configurations used by this runnables.
Click to show internal directories.
Click to hide internal directories.