Uses of Interface
org.springframework.cloud.sleuth.CurrentTraceContext.Scope
-
Packages that use CurrentTraceContext.Scope Package Description org.springframework.cloud.sleuth -
-
Uses of CurrentTraceContext.Scope in org.springframework.cloud.sleuth
Fields in org.springframework.cloud.sleuth declared as CurrentTraceContext.Scope Modifier and Type Field Description static CurrentTraceContext.ScopeCurrentTraceContext.Scope. NOOPNoop instance.Methods in org.springframework.cloud.sleuth that return CurrentTraceContext.Scope Modifier and Type Method Description CurrentTraceContext.ScopeCurrentTraceContext. maybeScope(TraceContext context)LikeCurrentTraceContext.newScope(TraceContext), except returns a noop scope if the given context is already in scope.CurrentTraceContext.ScopeCurrentTraceContext. newScope(TraceContext context)Sets the current span in scope until the returned object is closed.
-