Uses of Enum Class
io.helidon.tracing.Span.Status
Packages that use Span.Status
-
Uses of Span.Status in io.helidon.tracing
Methods in io.helidon.tracing that return Span.StatusModifier and TypeMethodDescriptionstatic Span.StatusReturns the enum constant of this class with the specified name.static Span.Status[]Span.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.tracing with parameters of type Span.StatusModifier and TypeMethodDescriptionvoidSpan.status(Span.Status status) Span status, mostly used to configureERROR.