Module: Consumer::Start

Defined in:
lib/consumer/consumer.rb

Instance Method Summary collapse

Instance Method Details

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



149
150
151
152
# File 'lib/consumer/consumer.rb', line 149

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