Class: MessageSink

Inherits:
Object
  • Object
show all
Includes:
MessageCommand
Defined in:
lib/pipeline_toolkit/message_sink.rb

Instance Attribute Summary

Attributes included from MessageCommand

#sys_pipe

Instance Method Summary collapse

Methods included from MessageCommand

#ack_msg, #init_loop, #pass_on_msg, #process_line, #process_system, #shutdown, #start

Instance Method Details

#process_message(msg) ⇒ Object



4
5
6
# File 'lib/pipeline_toolkit/message_sink.rb', line 4

def process_message(msg)
  :ack
end