module Phobos::Handler::ClassMethods
Public Instance Methods
start(kafka_client)
click to toggle source
# File lib/phobos/handler.rb, line 18 def start(kafka_client); end
stop()
click to toggle source
# File lib/phobos/handler.rb, line 20 def stop; end