module Dynflow::Dispatcher::Envelope

Public Instance Methods

build_response_envelope(response_message, sender) click to toggle source
# File lib/dynflow/dispatcher.rb, line 36
def build_response_envelope(response_message, sender)
  Envelope[self.request_id,
           sender.id,
           self.sender_id,
           response_message]
end