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.Status
Returns 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 TypeMethodDescriptionvoid
Span.status
(Span.Status status) Span status, mostly used to configureERROR
.