Class: MessageSink
- Inherits:
-
Object
- Object
- MessageSink
- Includes:
- MessageCommand
- Defined in:
- lib/pipeline_toolkit/message_sink.rb
Instance Attribute Summary
Attributes included from MessageCommand
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 (msg) :ack end |