Class: FFWD::ProducingClient::Producer

Inherits:
Object
  • Object
show all
Defined in:
lib/ffwd/producing_client.rb

Instance Method Summary collapse

Instance Method Details

#produce(events, metrics) ⇒ Object



29
# File 'lib/ffwd/producing_client.rb', line 29

def produce events, metrics; raise "not implemented: produce"; end

#setupObject



27
# File 'lib/ffwd/producing_client.rb', line 27

def setup; raise "not implemented: setup"; end

#teardownObject



28
# File 'lib/ffwd/producing_client.rb', line 28

def teardown; raise "not implemented: teardown"; end