public class JdbcSegmentDecorator extends AbstractSegmentDecorator
CAMEL_COMPONENT, DEFAULT
Constructor and Description |
---|
JdbcSegmentDecorator() |
Modifier and Type | Method and Description |
---|---|
String |
getComponent()
The camel component associated with the decorator.
|
void |
pre(com.amazonaws.xray.entities.Entity segment,
org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint)
This method adds appropriate details (tags/logs) to the supplied segment based on the pre processing of the
exchange.
|
getOperationName, newSegment, post, stripSchemeAndOptions, toQueryParameters
public String getComponent()
SegmentDecorator
public void pre(com.amazonaws.xray.entities.Entity segment, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
SegmentDecorator
pre
in interface SegmentDecorator
pre
in class AbstractSegmentDecorator
segment
- The segmentexchange
- The exchangeendpoint
- The endpointApache Camel