Uses of Class
brave.handler.MutableSpan
| Package | Description |
|---|---|
| brave | |
| brave.handler |
-
Uses of MutableSpan in brave
Methods in brave with parameters of type MutableSpan Modifier and Type Method Description voidErrorParser. error(Throwable error, MutableSpan span)Used to parse errors on a subtype of SpanCustomizer -
Uses of MutableSpan in brave.handler
Methods in brave.handler with parameters of type MutableSpan Modifier and Type Method Description abstract booleanFinishedSpanHandler. handle(TraceContext context, MutableSpan span)This is invoked after a span is finished, allowing data to be modified or reported out of process.