Uses of Class
brave.propagation.CurrentTraceContext.Builder
-
Packages that use CurrentTraceContext.Builder Package Description brave.propagation -
-
Uses of CurrentTraceContext.Builder in brave.propagation
Methods in brave.propagation that return CurrentTraceContext.Builder 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.static CurrentTraceContext.BuilderThreadLocalCurrentTraceContext. newBuilder()Methods in brave.propagation with parameters of type CurrentTraceContext.Builder Modifier and Type Method Description voidCurrentTraceContextCustomizer. customize(CurrentTraceContext.Builder builder)Constructors in brave.propagation with parameters of type CurrentTraceContext.Builder Constructor Description CurrentTraceContext(CurrentTraceContext.Builder builder)
-