Class: OMQ::QoS::NackInfo
- Inherits:
-
Data
- Object
- Data
- OMQ::QoS::NackInfo
- Defined in:
- lib/omq/qos/error_codes.rb
Overview
Decoded NACK payload. Attached to DeadLetter#error at QoS 3 when the failure is terminal or retries are exhausted.
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code
100 101 102 |
# File 'lib/omq/qos/error_codes.rb', line 100 def code @code end |
#message ⇒ Object (readonly)
Returns the value of attribute message
100 101 102 |
# File 'lib/omq/qos/error_codes.rb', line 100 def @message end |