Module: Consumer::Start

Defined in:
lib/consumer/consumer.rb

Instance Method Summary collapse

Instance Method Details

#start(category, **arguments, &probe) ⇒ Object



202
203
204
205
# File 'lib/consumer/consumer.rb', line 202

def start(category, **arguments, &probe)
  instance = build category, **arguments
  instance.start(&probe)
end