JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
io.helidon.tracing.Span.Kind
Packages that use
Span.Kind
Package
Description
io.helidon.tracing
Distributed tracing support for Helidon.
Uses of
Span.Kind
in
io.helidon.tracing
Methods in
io.helidon.tracing
that return
Span.Kind
Modifier and Type
Method
Description
static
Span.Kind
Span.Kind.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Span.Kind
[]
Span.Kind.
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.Kind
Modifier and Type
Method
Description
B
Span.Builder.
kind
(
Span.Kind
kind)
Kind of this span.