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.Kind
Span.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.Builder
Span.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 AssertingSpanBuilder
AssertingSpanBuilder. 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.Kind
FinishedSpan. 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.Kind
HttpClientRequest. spanKind()
default Span.Kind
HttpClientResponse. spanKind()
default Span.Kind
HttpServerRequest. spanKind()
default Span.Kind
HttpServerResponse. spanKind()
Span.Kind
Request. spanKind()
Span.Kind
Response. spanKind()
-