Uses of Class
brave.handler.SpanHandler.Cause
-
Packages that use SpanHandler.Cause Package Description brave.handler -
-
Uses of SpanHandler.Cause in brave.handler
Methods in brave.handler that return SpanHandler.Cause Modifier and Type Method Description static SpanHandler.CauseSpanHandler.Cause. valueOf(String name)Returns the enum constant of this type with the specified name.static SpanHandler.Cause[]SpanHandler.Cause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in brave.handler with parameters of type SpanHandler.Cause Modifier and Type Method Description booleanFinishedSpanHandler. end(TraceContext context, MutableSpan span, SpanHandler.Cause cause)Deprecated.booleanSpanHandler. end(TraceContext context, MutableSpan span, SpanHandler.Cause cause)Called when data collection complete.
-