Uses of Interface
brave.propagation.CurrentTraceContext.Scope
-
Packages that use CurrentTraceContext.Scope Package Description brave.internal.propagation brave.propagation -
-
Uses of CurrentTraceContext.Scope in brave.internal.propagation
Methods in brave.internal.propagation that return CurrentTraceContext.Scope Modifier and Type Method Description CurrentTraceContext.ScopeCorrelationFieldScopeDecorator. decorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)When the input is not null "traceId", "parentId", "spanId" and "sampled" correlation properties are saved off and replaced with those of the current span.Methods in brave.internal.propagation with parameters of type CurrentTraceContext.Scope Modifier and Type Method Description CurrentTraceContext.ScopeCorrelationFieldScopeDecorator. decorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)When the input is not null "traceId", "parentId", "spanId" and "sampled" correlation properties are saved off and replaced with those of the current span. -
Uses of CurrentTraceContext.Scope in brave.propagation
Fields in brave.propagation declared as CurrentTraceContext.Scope Modifier and Type Field Description static CurrentTraceContext.ScopeCurrentTraceContext.Scope. NOOPReturned whenCurrentTraceContext.maybeScope(TraceContext)detected scope redundancy.Methods in brave.propagation that return CurrentTraceContext.Scope Modifier and Type Method Description protected CurrentTraceContext.ScopeCurrentTraceContext. decorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)When implementing CurrentTraceContext.newScope(TraceContext), decorate the result before returning it.CurrentTraceContext.ScopeCurrentTraceContext.ScopeDecorator. decorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)CurrentTraceContext.ScopeStrictScopeDecorator. decorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)Identifies problems by throwing assertion errors when a scope is closed on a different thread.CurrentTraceContext.ScopeCurrentTraceContext. maybeScope(TraceContext currentSpan)LikeCurrentTraceContext.newScope(TraceContext), except returnsNOOPif the given context is already in scope.abstract CurrentTraceContext.ScopeCurrentTraceContext. newScope(TraceContext currentSpan)Sets the current span in scope until the returned object is closed.CurrentTraceContext.ScopeThreadLocalCurrentTraceContext. newScope(TraceContext currentSpan)Methods in brave.propagation with parameters of type CurrentTraceContext.Scope Modifier and Type Method Description protected CurrentTraceContext.ScopeCurrentTraceContext. decorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)When implementing CurrentTraceContext.newScope(TraceContext), decorate the result before returning it.CurrentTraceContext.ScopeCurrentTraceContext.ScopeDecorator. decorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)CurrentTraceContext.ScopeStrictScopeDecorator. decorateScope(TraceContext currentSpan, CurrentTraceContext.Scope scope)Identifies problems by throwing assertion errors when a scope is closed on a different thread.
-