Class: Legion::Transport::InProcess::DeliveryInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/legion/transport/in_process.rb

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_tagObject

Returns the value of attribute delivery_tag

Returns:

  • (Object)

    the current value of delivery_tag



13
14
15
# File 'lib/legion/transport/in_process.rb', line 13

def delivery_tag
  @delivery_tag
end

#exchangeObject

Returns the value of attribute exchange

Returns:

  • (Object)

    the current value of exchange



13
14
15
# File 'lib/legion/transport/in_process.rb', line 13

def exchange
  @exchange
end

#routing_keyObject

Returns the value of attribute routing_key

Returns:

  • (Object)

    the current value of routing_key



13
14
15
# File 'lib/legion/transport/in_process.rb', line 13

def routing_key
  @routing_key
end