module Phobos::BatchHandler::ClassMethods

Public Instance Methods

start(kafka_client) click to toggle source
# File lib/phobos/batch_handler.rb, line 18
def start(kafka_client); end
stop() click to toggle source
# File lib/phobos/batch_handler.rb, line 20
def stop; end