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