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.Scope
CurrentTraceContext.Scope. NOOP
Noop instance.Methods in org.springframework.cloud.sleuth that return CurrentTraceContext.Scope Modifier and Type Method Description CurrentTraceContext.Scope
CurrentTraceContext. maybeScope(TraceContext context)
LikeCurrentTraceContext.newScope(TraceContext)
, except returns a noop scope if the given context is already in scope.CurrentTraceContext.Scope
CurrentTraceContext. newScope(TraceContext context)
Sets the current span in scope until the returned object is closed.
-