public class StompSpanDecorator extends AbstractMessagingSpanDecorator
Modifier and Type | Field and Description |
---|---|
protected static String |
QUEUE_PREFIX |
MESSAGE_BUS_ID
CAMEL_COMPONENT, DEFAULT
Constructor and Description |
---|
StompSpanDecorator() |
Modifier and Type | Method and Description |
---|---|
String |
getComponent()
The camel component associated with the decorator.
|
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, pre
newSpan, post, stripSchemeAndOptions, toQueryParameters
protected static final String QUEUE_PREFIX
public String getComponent()
SpanDecorator
public String getDestination(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
AbstractMessagingSpanDecorator
getDestination
in class AbstractMessagingSpanDecorator
exchange
- The exchangeendpoint
- The endpointApache Camel