Class: Datadog::Workers::TraceWriter::FlushCompleted
- Defined in:
- lib/ddtrace/workers/trace_writer.rb
Overview
Flush completed event for worker
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize ⇒ FlushCompleted
constructor
A new instance of FlushCompleted.
- #publish(response) ⇒ Object
Methods inherited from Event
#subscribe, #unsubscribe, #unsubscribe_all!
Constructor Details
#initialize ⇒ FlushCompleted
Returns a new instance of FlushCompleted.
84 85 86 |
# File 'lib/ddtrace/workers/trace_writer.rb', line 84 def initialize super(:flush_completed) end |
Instance Method Details
#publish(response) ⇒ Object
88 89 90 |
# File 'lib/ddtrace/workers/trace_writer.rb', line 88 def publish(response) super(response) end |