| Package | Description |
|---|---|
| org.apache.camel.tracing | |
| org.apache.camel.tracing.decorators | |
| org.apache.camel.tracing.propagation |
| Modifier and Type | Method and Description |
|---|---|
InjectAdapter |
SpanDecorator.getInjectAdapter(Map<String,Object> map,
boolean encoding)
This method returns the map to be used for headers injection when the component is receiving a communication.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Tracer.inject(SpanAdapter span,
InjectAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
InjectAdapter |
AbstractSpanDecorator.getInjectAdapter(Map<String,Object> map,
boolean encoding) |
InjectAdapter |
AbstractMessagingSpanDecorator.getInjectAdapter(Map<String,Object> map,
boolean jmsEncoding) |
| Modifier and Type | Class and Description |
|---|---|
class |
CamelHeadersInjectAdapter |
class |
CamelMessagingHeadersInjectAdapter |
Apache Camel