Uses of Interface
brave.propagation.CurrentTraceContext.ScopeDecorator
| Package | Description |
|---|---|
| brave.propagation |
-
Uses of CurrentTraceContext.ScopeDecorator in brave.propagation
Classes in brave.propagation that implement CurrentTraceContext.ScopeDecorator Modifier and Type Class Description classStrictScopeDecoratorUseful when developing instrumentation as state is enforced more strictly.Methods in brave.propagation that return CurrentTraceContext.ScopeDecorator Modifier and Type Method Description static CurrentTraceContext.ScopeDecoratorStrictScopeDecorator. create()Methods in brave.propagation with parameters of type CurrentTraceContext.ScopeDecorator Modifier and Type Method Description CurrentTraceContext.BuilderCurrentTraceContext.Builder. addScopeDecorator(CurrentTraceContext.ScopeDecorator scopeDecorator)Implementations call decorators in order to add features like log correlation to a scope.