Uses of Class
org.springframework.cloud.sleuth.Span.Kind
-
Packages that use Span.Kind Package Description org.springframework.cloud.sleuth org.springframework.cloud.sleuth.docs org.springframework.cloud.sleuth.exporter org.springframework.cloud.sleuth.http -
-
Uses of Span.Kind in org.springframework.cloud.sleuth
Methods in org.springframework.cloud.sleuth that return Span.Kind Modifier and Type Method Description static 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 org.springframework.cloud.sleuth with parameters of type Span.Kind Modifier and Type Method Description Span.BuilderSpan.Builder. kind(Span.Kind spanKind)Sets the kind on the span. -
Uses of Span.Kind in org.springframework.cloud.sleuth.docs
Methods in org.springframework.cloud.sleuth.docs with parameters of type Span.Kind Modifier and Type Method Description default AssertingSpanBuilderAssertingSpanBuilder. kind(Span.Kind spanKind) -
Uses of Span.Kind in org.springframework.cloud.sleuth.exporter
Methods in org.springframework.cloud.sleuth.exporter that return Span.Kind Modifier and Type Method Description Span.KindFinishedSpan. getKind() -
Uses of Span.Kind in org.springframework.cloud.sleuth.http
Methods in org.springframework.cloud.sleuth.http that return Span.Kind Modifier and Type Method Description default Span.KindHttpClientRequest. spanKind()default Span.KindHttpClientResponse. spanKind()default Span.KindHttpServerRequest. spanKind()default Span.KindHttpServerResponse. spanKind()Span.KindRequest. spanKind()Span.KindResponse. spanKind()
-