Uses of Interface
brave.propagation.CurrentTraceContext.Scope
| Package | Description |
|---|---|
| brave.propagation |
-
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.