public abstract class AbstractInternalSpanDecorator extends AbstractSpanDecorator
CAMEL_COMPONENT, DEFAULT
Constructor and Description |
---|
AbstractInternalSpanDecorator() |
Modifier and Type | Method and Description |
---|---|
String |
getOperationName(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint)
This method returns the operation name to use with the Span representing
this exchange and endpoint.
|
getInitiatorSpanKind, getReceiverSpanKind, newSpan, post, pre, stripSchemeAndOptions, toQueryParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getComponent
public String getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
SpanDecorator
getOperationName
in interface SpanDecorator
getOperationName
in class AbstractSpanDecorator
exchange
- The exchangeendpoint
- The endpointApache Camel