-
- All Known Implementing Classes:
CorrelationFieldScopeDecorator,StrictScopeDecorator
- Enclosing class:
- CurrentTraceContext
public static interface CurrentTraceContext.ScopeDecoratorUse this to add features such as thread checks or log correlation fields when a scope is created or closed.- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrentTraceContext.ScopedecorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)
-
-
-
Method Detail
-
decorateScope
CurrentTraceContext.Scope decorateScope(@Nullable TraceContext currentSpan, CurrentTraceContext.Scope scope)
-
-