Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTransmitFailed is an error that occurs when a message transmission fails. ErrTransmitFailed = errors.New("message transmit failed") )
Functions ¶
Types ¶
type TransmitAttributes ¶
TransmitAttributes is a map of key-value pairs that may be sent with message transmission. These attributes may be sent or ignored depending on the Transmitter implementation.
type TransmitRetryableError ¶
TransmitRetryableError is an error that occurs when a transmission error is encountered that may be retried at a later time.
func (*TransmitRetryableError) Error ¶
func (e *TransmitRetryableError) Error() string
Error implementation of the error interface for TransmitRetryableError.
Click to show internal directories.
Click to hide internal directories.