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