Class IronmqSpanDecorator
java.lang.Object
org.apache.camel.telemetry.decorators.AbstractSpanDecorator
org.apache.camel.telemetry.decorators.AbstractMessagingSpanDecorator
org.apache.camel.telemetry.decorators.IronmqSpanDecorator
- All Implemented Interfaces:
SpanDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
beforeTracingEvent, getDestination, getOperationNameMethods inherited from class org.apache.camel.telemetry.decorators.AbstractSpanDecorator
afterTracingEvent, getExtractor, getInjector, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParameters
-
Field Details
-
CAMEL_IRON_MQ_MESSAGE_ID
- See Also:
-
-
Constructor Details
-
IronmqSpanDecorator
public IronmqSpanDecorator()
-
-
Method Details
-
getComponent
-
getComponentClassName
-
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
-