public static interface RecordEventsSpanImpl.StartEndHandler
Span only when the Span
has Options#RECORD_EVENTS option.
Implementation must avoid high overhead work in any of the methods because the code is executed on the critical path.
One instance can be called by multiple threads in the same time, so the implementation must be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
void |
onEnd(RecordEventsSpanImpl span) |
void |
onStart(RecordEventsSpanImpl span) |
void onStart(RecordEventsSpanImpl span)
void onEnd(RecordEventsSpanImpl span)