Package brave.handler
Interface MutableSpan.AnnotationConsumer<T>
-
- Enclosing class:
- MutableSpan
public static interface MutableSpan.AnnotationConsumer<T>- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T target, long timestamp, String value)
-
-
-
Method Detail
-
accept
void accept(T target, long timestamp, String value)
- See Also:
Span.annotate(long, String)
-
-