Modifier and Type | Method and Description |
---|---|
MockSpan.MockContext |
MockSpan.context() |
<C> MockSpan.MockContext |
MockTracer.Propagator.extract(Format<C> format,
C carrier) |
MockSpan.MockContext |
MockSpan.Reference.getContext() |
MockSpan.MockContext |
MockSpan.MockContext.withBaggageItem(String key,
String val)
Create and return a new (immutable) MockContext with the added baggage item.
|
Modifier and Type | Method and Description |
---|---|
<C> void |
MockTracer.Propagator.inject(MockSpan.MockContext ctx,
Format<C> format,
C carrier) |
Constructor and Description |
---|
Reference(MockSpan.MockContext context,
String referenceType) |
Copyright © 2016–2018 OpenTracing. All rights reserved.