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