public class TimerSegmentDecorator extends AbstractSegmentDecorator
CAMEL_COMPONENT, DEFAULT| Constructor and Description |
|---|
TimerSegmentDecorator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponent()
The camel component associated with the decorator.
|
String |
getOperationName(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint)
This method returns the operation name to use with the segment representing this exchange and endpoint.
|
newSegment, post, pre, stripSchemeAndOptions, toQueryParameterspublic String getComponent()
SegmentDecoratorpublic String getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
SegmentDecoratorgetOperationName in interface SegmentDecoratorgetOperationName in class AbstractSegmentDecoratorexchange - The exchangeendpoint - The endpointApache Camel