Uses of Class
brave.Span.Kind
-
Packages that use Span.Kind Package Description brave brave.handler -
-
Uses of Span.Kind in brave
Methods in brave that return Span.Kind Modifier and Type Method Description static Span.KindSpan.Kind. valueOf(java.lang.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 brave with parameters of type Span.Kind Modifier and Type Method Description abstract SpanSpan. kind(Span.Kind kind)When present, the span is remote. -
Uses of Span.Kind in brave.handler
Methods in brave.handler that return Span.Kind Modifier and Type Method Description Span.KindMutableSpan. kind()Returns thespan kindor nullMethods in brave.handler with parameters of type Span.Kind Modifier and Type Method Description voidMutableSpan. kind(Span.Kind kind)
-