Class CometdsSegmentDecorator
- java.lang.Object
-
- org.apache.camel.component.aws.xray.decorators.AbstractSegmentDecorator
-
- org.apache.camel.component.aws.xray.decorators.messaging.AbstractMessagingSegmentDecorator
-
- org.apache.camel.component.aws.xray.decorators.messaging.CometdSegmentDecorator
-
- org.apache.camel.component.aws.xray.decorators.messaging.CometdsSegmentDecorator
-
- All Implemented Interfaces:
SegmentDecorator
public class CometdsSegmentDecorator extends CometdSegmentDecorator
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.aws.xray.decorators.messaging.AbstractMessagingSegmentDecorator
MESSAGE_BUS_ID
-
Fields inherited from interface org.apache.camel.component.aws.xray.SegmentDecorator
CAMEL_COMPONENT, DEFAULT
-
-
Constructor Summary
Constructors Constructor Description CometdsSegmentDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponent()The camel component associated with the decorator.-
Methods inherited from class org.apache.camel.component.aws.xray.decorators.messaging.CometdSegmentDecorator
getDestination
-
Methods inherited from class org.apache.camel.component.aws.xray.decorators.messaging.AbstractMessagingSegmentDecorator
getMessageId, getOperationName, pre
-
Methods inherited from class org.apache.camel.component.aws.xray.decorators.AbstractSegmentDecorator
newSegment, post, stripSchemeAndOptions, toQueryParameters
-
-
-
-
Method Detail
-
getComponent
public String getComponent()
Description copied from interface:SegmentDecoratorThe camel component associated with the decorator.- Specified by:
getComponentin interfaceSegmentDecorator- Overrides:
getComponentin classCometdSegmentDecorator- Returns:
- The camel component name
-
-