Class: OMQ::QoS::Envelope
- Inherits:
-
Data
- Object
- Data
- OMQ::QoS::Envelope
- Defined in:
- lib/omq/qos/routing_ext.rb
Overview
Tuple enqueued into the recv queue at QoS 3 so that
SocketExt#receive can send the appropriate COMP/NACK on the
source conn after the application block runs.
Instance Attribute Summary collapse
-
#algo ⇒ Object
readonly
Returns the value of attribute algo.
-
#conn ⇒ Object
readonly
Returns the value of attribute conn.
-
#digest ⇒ Object
readonly
Returns the value of attribute digest.
-
#parts ⇒ Object
readonly
Returns the value of attribute parts.
Instance Attribute Details
#algo ⇒ Object (readonly)
Returns the value of attribute algo
141 142 143 |
# File 'lib/omq/qos/routing_ext.rb', line 141 def algo @algo end |
#conn ⇒ Object (readonly)
Returns the value of attribute conn
141 142 143 |
# File 'lib/omq/qos/routing_ext.rb', line 141 def conn @conn end |
#digest ⇒ Object (readonly)
Returns the value of attribute digest
141 142 143 |
# File 'lib/omq/qos/routing_ext.rb', line 141 def digest @digest end |
#parts ⇒ Object (readonly)
Returns the value of attribute parts
141 142 143 |
# File 'lib/omq/qos/routing_ext.rb', line 141 def parts @parts end |