Uses of Class
brave.handler.MutableSpan
-
Packages that use MutableSpan Package Description brave brave.handler brave.internal.handler brave.internal.recorder -
-
Uses of MutableSpan in brave
Methods in brave with parameters of type MutableSpan Modifier and Type Method Description voidErrorParser. error(java.lang.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. -
Uses of MutableSpan in brave.internal.handler
Methods in brave.internal.handler with parameters of type MutableSpan Modifier and Type Method Description booleanZipkinFinishedSpanHandler. handle(TraceContext context, MutableSpan span) -
Uses of MutableSpan in brave.internal.recorder
Methods in brave.internal.recorder that return MutableSpan Modifier and Type Method Description MutableSpanPendingSpan. state()Returns the state currently accumulated for this trace ID and span ID
-