Methods

Files

Class/Module Index [+]

Quicksearch

ActiveMessaging::Adapters::Message

Attributes

transaction[RW]

Public Class Methods

new(body, id, headers, destination, transaction=nil) click to toggle source
# File lib/activemessaging/adapters/reliable_msg.rb, line 178
def initialize body, id, headers, destination, transaction=nil
  super(body, id, headers, destination)
  @transaction = transaction
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.