Class: OMQ::QoS::Envelope

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#algoObject (readonly)

Returns the value of attribute algo

Returns:

  • (Object)

    the current value of algo



141
142
143
# File 'lib/omq/qos/routing_ext.rb', line 141

def algo
  @algo
end

#connObject (readonly)

Returns the value of attribute conn

Returns:

  • (Object)

    the current value of conn



141
142
143
# File 'lib/omq/qos/routing_ext.rb', line 141

def conn
  @conn
end

#digestObject (readonly)

Returns the value of attribute digest

Returns:

  • (Object)

    the current value of digest



141
142
143
# File 'lib/omq/qos/routing_ext.rb', line 141

def digest
  @digest
end

#partsObject (readonly)

Returns the value of attribute parts

Returns:

  • (Object)

    the current value of parts



141
142
143
# File 'lib/omq/qos/routing_ext.rb', line 141

def parts
  @parts
end