Class CometdsSpanDecorator
- java.lang.Object
-
- org.apache.camel.tracing.decorators.AbstractSpanDecorator
-
- org.apache.camel.tracing.decorators.AbstractMessagingSpanDecorator
-
- org.apache.camel.tracing.decorators.CometdSpanDecorator
-
- org.apache.camel.tracing.decorators.CometdsSpanDecorator
-
- All Implemented Interfaces:
SpanDecorator
public class CometdsSpanDecorator extends CometdSpanDecorator
-
-
Field Summary
-
Fields inherited from class org.apache.camel.tracing.decorators.AbstractMessagingSpanDecorator
MESSAGE_BUS_ID
-
Fields inherited from interface org.apache.camel.tracing.SpanDecorator
CAMEL_COMPONENT, DEFAULT
-
-
Constructor Summary
Constructors Constructor Description CometdsSpanDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComponent()
The camel component name associated with the decorator.-
Methods inherited from class org.apache.camel.tracing.decorators.CometdSpanDecorator
getComponentClassName, getDestination
-
Methods inherited from class org.apache.camel.tracing.decorators.AbstractMessagingSpanDecorator
getExtractAdapter, getInitiatorSpanKind, getInjectAdapter, getMessageId, getOperationName, getReceiverSpanKind, pre
-
Methods inherited from class org.apache.camel.tracing.decorators.AbstractSpanDecorator
newSpan, post, stripSchemeAndOptions, toQueryParameters
-
-
-
-
Method Detail
-
getComponent
public String getComponent()
Description copied from interface:SpanDecorator
The camel component name associated with the decorator.- Specified by:
getComponent
in interfaceSpanDecorator
- Overrides:
getComponent
in classCometdSpanDecorator
- Returns:
- The camel component name
-
-