| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.model.loadbalancer |
The JAXB POJOs for the
Load Balancer EIP
pattern for the XML
Configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionSubElementDefinition |
AggregateDefinition.getCompletionPredicate() |
ExpressionSubElementDefinition |
AggregateDefinition.getCompletionSizeExpression() |
ExpressionSubElementDefinition |
AggregateDefinition.getCompletionTimeoutExpression() |
ExpressionSubElementDefinition |
OnExceptionDefinition.getContinued() |
ExpressionSubElementDefinition |
AggregateDefinition.getCorrelationExpression() |
ExpressionSubElementDefinition |
ThrottleDefinition.getCorrelationExpression() |
ExpressionSubElementDefinition |
OnExceptionDefinition.getHandled() |
ExpressionSubElementDefinition |
WireTapDefinition.getNewExchangeExpression() |
ExpressionSubElementDefinition |
OnExceptionDefinition.getRetryWhile() |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateDefinition.setCompletionPredicate(ExpressionSubElementDefinition completionPredicate) |
void |
AggregateDefinition.setCompletionSizeExpression(ExpressionSubElementDefinition completionSizeExpression)
Number of messages aggregated before the aggregation is complete.
|
void |
AggregateDefinition.setCompletionTimeoutExpression(ExpressionSubElementDefinition completionTimeoutExpression)
Time in millis that an aggregated exchange should be inactive before its
complete (timeout).
|
void |
OnExceptionDefinition.setContinued(ExpressionSubElementDefinition continued) |
void |
AggregateDefinition.setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)
The expression used to calculate the correlation key to use for
aggregation.
|
void |
ThrottleDefinition.setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)
The expression used to calculate the correlation key to use for throttle
grouping.
|
void |
OnExceptionDefinition.setHandled(ExpressionSubElementDefinition handled) |
void |
WireTapDefinition.setNewExchangeExpression(ExpressionSubElementDefinition newExchangeExpression)
Uses the expression for creating a new body as the message to use for
wire tapping
|
void |
OnExceptionDefinition.setRetryWhile(ExpressionSubElementDefinition retryWhile) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionSubElementDefinition |
StickyLoadBalancerDefinition.getCorrelationExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
StickyLoadBalancerDefinition.setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)
The correlation expression to use to calculate the correlation key
|
Apache Camel