public interface OnSpanEndCallback
Called whenever a Span is ending, but before it has been enqueued for delivery. These callbacks can modify the attributes of a span or cause it to be discarded between the time Span.end is called and when the span is enqueued for delivery.
abstract Boolean
onSpanEnd(Span span)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Boolean onSpanEnd(Span span)
Called when a span is ending. This callback can modify the attributes of a span or cause it to be discarded (by returning false).
false
span