Package brave.handler
Interface MutableSpan.AnnotationUpdater
-
- Enclosing class:
- MutableSpan
public static interface MutableSpan.AnnotationUpdater- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringupdate(long timestamp, String value)Returns the same value, an updated one, or null to drop the annotation.
-
-
-
Method Detail
-
update
@Nullable String update(long timestamp, String value)
Returns the same value, an updated one, or null to drop the annotation.- See Also:
Span.annotate(long, String)
-
-