Uses of Interface
org.springframework.cloud.sleuth.Tracer.SpanInScope
-
Packages that use Tracer.SpanInScope Package Description org.springframework.cloud.sleuth -
-
Uses of Tracer.SpanInScope in org.springframework.cloud.sleuth
Fields in org.springframework.cloud.sleuth declared as Tracer.SpanInScope Modifier and Type Field Description static Tracer.SpanInScopeTracer.SpanInScope. NOOPNoop instance.Methods in org.springframework.cloud.sleuth that return Tracer.SpanInScope Modifier and Type Method Description Tracer.SpanInScopeSpanAndScope. getScope()Tracer.SpanInScopeTracer. withSpan(Span span)Makes the given span the "current span" and returns an object that exits that scope on close.Constructors in org.springframework.cloud.sleuth with parameters of type Tracer.SpanInScope Constructor Description SpanAndScope(Span span, Tracer.SpanInScope scope)
-