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