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