public class CometdSpanDecorator extends AbstractMessagingSpanDecorator
MESSAGE_BUS_IDCAMEL_COMPONENT, DEFAULT| Constructor and Description |
|---|
CometdSpanDecorator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponent()
The camel component name associated with the decorator.
|
String |
getComponentClassName()
The camel component FQN classname associated with the decorator.
|
protected String |
getDestination(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint)
This method identifies the destination from the supplied exchange and/or
endpoint.
|
getExtractAdapter, getInitiatorSpanKind, getInjectAdapter, getMessageId, getOperationName, getReceiverSpanKind, prenewSpan, post, stripSchemeAndOptions, toQueryParameterspublic String getComponent()
SpanDecoratorpublic String getComponentClassName()
SpanDecoratorprotected String getDestination(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
AbstractMessagingSpanDecoratorgetDestination in class AbstractMessagingSpanDecoratorexchange - The exchangeendpoint - The endpointApache Camel