class Datadog::Workers::TraceWriter::FlushCompleted

Flush completed event for worker

Public Class Methods

new() click to toggle source
Calls superclass method Datadog::Event::new
# File lib/ddtrace/workers/trace_writer.rb, line 84
def initialize
  super(:flush_completed)
end

Public Instance Methods

publish(response) click to toggle source
Calls superclass method Datadog::Event#publish
# File lib/ddtrace/workers/trace_writer.rb, line 88
def publish(response)
  super(response)
end