Module: Phobos::Handler::ClassMethods
- Defined in:
- lib/phobos/handler.rb
Instance Method Summary collapse
Instance Method Details
#start(kafka_client) ⇒ Object
20 21 |
# File 'lib/phobos/handler.rb', line 20 def start(kafka_client) end |
#stop ⇒ Object
23 24 |
# File 'lib/phobos/handler.rb', line 23 def stop end |