Package brave.propagation
Class StrictCurrentTraceContext.Builder
- java.lang.Object
-
- brave.propagation.CurrentTraceContext.Builder
-
- brave.propagation.StrictCurrentTraceContext.Builder
-
- Enclosing class:
- StrictCurrentTraceContext
public static final class StrictCurrentTraceContext.Builder extends CurrentTraceContext.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrictCurrentTraceContext.BuilderaddScopeDecorator(CurrentTraceContext.ScopeDecorator scopeDecorator)Implementations call decorators in order to add features like log correlation to a scope.StrictCurrentTraceContextbuild()
-
-
-
Method Detail
-
build
public StrictCurrentTraceContext build()
- Specified by:
buildin classCurrentTraceContext.Builder
-
addScopeDecorator
public StrictCurrentTraceContext.Builder addScopeDecorator(CurrentTraceContext.ScopeDecorator scopeDecorator)
Description copied from class:CurrentTraceContext.BuilderImplementations call decorators in order to add features like log correlation to a scope.- Overrides:
addScopeDecoratorin classCurrentTraceContext.Builder
-
-