| Interface | Description |
|---|---|
| SpanImpl.StartEndHandler |
Interface to handle the start and end operations for a
Span only when the Span
has Options#RECORD_EVENTS option. |
| Class | Description |
|---|---|
| SpanImpl |
Implementation for the
Span class. |
| StartEndHandlerImpl |
Uses the provided
EventQueue to defer processing/exporting of the SpanData to
avoid impacting the critical path. |