Module: Phobos::BatchHandler::ClassMethods

Defined in:
lib/phobos/batch_handler.rb

Instance Method Summary collapse

Instance Method Details

#start(kafka_client) ⇒ void

This method returns an undefined value.

Parameters:

  • kafka_client


28
# File 'lib/phobos/batch_handler.rb', line 28

def start(kafka_client); end

#stopvoid

This method returns an undefined value.



31
# File 'lib/phobos/batch_handler.rb', line 31

def stop; end