Class CometdSpanDecorator
java.lang.Object
org.apache.camel.telemetry.decorators.AbstractSpanDecorator
org.apache.camel.telemetry.decorators.AbstractMessagingSpanDecorator
org.apache.camel.telemetry.decorators.CometdSpanDecorator
- All Implemented Interfaces:
SpanDecorator
- Direct Known Subclasses:
CometdsSpanDecorator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetDestination(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) This method identifies the destination from the supplied exchange and/or endpoint.Methods inherited from class org.apache.camel.telemetry.decorators.AbstractMessagingSpanDecorator
beforeTracingEvent, getMessageId, getOperationNameMethods inherited from class org.apache.camel.telemetry.decorators.AbstractSpanDecorator
afterTracingEvent, getExtractor, getInjector, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParameters
-
Constructor Details
-
CometdSpanDecorator
public CometdSpanDecorator()
-
-
Method Details
-
getComponent
-
getComponentClassName
-
getDestination
protected String getDestination(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) Description copied from class:AbstractMessagingSpanDecoratorThis method identifies the destination from the supplied exchange and/or endpoint.- Overrides:
getDestinationin classAbstractMessagingSpanDecorator- Parameters:
exchange- The exchangeendpoint- The endpoint- Returns:
- The message bus destination
-