Uses of Class
zipkin2.Span.Kind
-
Packages that use Span.Kind Package Description zipkin2 -
-
Uses of Span.Kind in zipkin2
Methods in zipkin2 that return Span.Kind Modifier and Type Method Description Span.KindSpan.Builder. kind()Span.KindSpan. kind()When present, used to interpretSpan.remoteEndpointstatic Span.KindSpan.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Span.Kind[]Span.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in zipkin2 with parameters of type Span.Kind Modifier and Type Method Description Span.BuilderSpan.Builder. kind(Span.Kind kind)SetsSpan.kind
-