Class AzureServiceBusSpanDecorator
java.lang.Object
org.apache.camel.telemetry.decorators.AbstractSpanDecorator
org.apache.camel.telemetry.decorators.AbstractMessagingSpanDecorator
org.apache.camel.telemetry.decorators.AzureServiceBusSpanDecorator
- All Implemented Interfaces:
SpanDecorator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) protected StringgetMessageId(org.apache.camel.Exchange exchange) This method identifies the message id for the messaging exchange.Methods inherited from class org.apache.camel.telemetry.decorators.AbstractMessagingSpanDecorator
getDestination, getOperationNameMethods inherited from class org.apache.camel.telemetry.decorators.AbstractSpanDecorator
afterTracingEvent, getExtractor, getInjector, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParameters
-
Constructor Details
-
AzureServiceBusSpanDecorator
public AzureServiceBusSpanDecorator()
-
-
Method Details
-
getComponent
-
getComponentClassName
-
beforeTracingEvent
public void beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) - Specified by:
beforeTracingEventin interfaceSpanDecorator- Overrides:
beforeTracingEventin classAbstractMessagingSpanDecorator
-
getMessageId
Description copied from class:AbstractMessagingSpanDecoratorThis method identifies the message id for the messaging exchange.- Overrides:
getMessageIdin classAbstractMessagingSpanDecorator- Returns:
- The message id, or null if no id exists for the exchange
-