class FFWD::ProducingClient::Producer
Public Instance Methods
produce(events, metrics;)
click to toggle source
# File lib/ffwd/producing_client.rb, line 29 def produce events, metrics; raise "not implemented: produce"; end
setup()
click to toggle source
# File lib/ffwd/producing_client.rb, line 27 def setup; raise "not implemented: setup"; end
teardown()
click to toggle source
# File lib/ffwd/producing_client.rb, line 28 def teardown; raise "not implemented: teardown"; end