Class: Eventoverse::HttpReporter

Inherits:
BaseReporter show all
Defined in:
lib/eventoverse/http_reporter.rb

Instance Method Summary collapse

Methods inherited from BaseReporter

#publish_exception, publish_message, #publish_message

Instance Method Details

#backend_publish_message(payload) ⇒ Object

API



12
13
14
# File 'lib/eventoverse/http_reporter.rb', line 12

def backend_publish_message(payload)
  response = Net::HTTP.post_form(@uri, payload)
end