Uses of Class
brave.handler.SpanHandler
-
Packages that use SpanHandler Package Description brave brave.handler -
-
Uses of SpanHandler in brave
Methods in brave that return types with arguments of type SpanHandler Modifier and Type Method Description Set<SpanHandler>Tracing.Builder. spanHandlers()Returns an immutable copy of the current span handlers.Methods in brave with parameters of type SpanHandler Modifier and Type Method Description Tracing.BuilderTracing.Builder. addSpanHandler(SpanHandler spanHandler)Inputs receive {code (context, span)} pairs for every locally sampled span. -
Uses of SpanHandler in brave.handler
Subclasses of SpanHandler in brave.handler Modifier and Type Class Description classFinishedSpanHandlerDeprecated.Since 5.12 useend(TraceContext, MutableSpan, Cause)withSpanHandler.Cause.FINISHEDFields in brave.handler declared as SpanHandler Modifier and Type Field Description static SpanHandlerSpanHandler. NOOPUse to avoid comparing againstnullreferences.
-