Class: Phobos::EchoHandler
- Inherits:
-
Object
- Object
- Phobos::EchoHandler
- Includes:
- Handler
- Defined in:
- lib/phobos/echo_handler.rb
Instance Method Summary collapse
Methods included from Handler
Instance Method Details
#consume(message, metadata) ⇒ Object
5 6 7 |
# File 'lib/phobos/echo_handler.rb', line 5 def consume(, ) Phobos.logger.info { Hash(message: ).merge() } end |