| Package | Description |
|---|---|
| org.apache.camel.tracing | |
| org.apache.camel.tracing.decorators |
| Modifier and Type | Method and Description |
|---|---|
SpanKind |
SpanDecorator.getInitiatorSpanKind()
This method returns the 'span.kind' value for use when the component is initiating a communication.
|
SpanKind |
SpanDecorator.getReceiverSpanKind()
This method returns the 'span.kind' value for use when the component is receiving a communication.
|
static SpanKind |
SpanKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanKind[] |
SpanKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract SpanAdapter |
Tracer.startExchangeBeginSpan(org.apache.camel.Exchange exchange,
SpanDecorator sd,
String operationName,
SpanKind kind,
SpanAdapter parent) |
protected abstract SpanAdapter |
Tracer.startSendingEventSpan(String operationName,
SpanKind kind,
SpanAdapter parent) |
| Modifier and Type | Method and Description |
|---|---|
SpanKind |
AbstractSpanDecorator.getInitiatorSpanKind() |
SpanKind |
AbstractMessagingSpanDecorator.getInitiatorSpanKind() |
SpanKind |
AbstractSpanDecorator.getReceiverSpanKind() |
SpanKind |
AbstractMessagingSpanDecorator.getReceiverSpanKind() |
Apache Camel