Uses of Class
org.apache.camel.model.ExpressionSubElementDefinition
-
Packages that use ExpressionSubElementDefinition 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. -
-
Uses of ExpressionSubElementDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ExpressionSubElementDefinition Modifier and Type Method Description ExpressionSubElementDefinitionAggregateDefinition. getCompletionPredicate()ExpressionSubElementDefinitionAggregateDefinition. getCompletionSizeExpression()ExpressionSubElementDefinitionAggregateDefinition. getCompletionTimeoutExpression()ExpressionSubElementDefinitionOnExceptionDefinition. getContinued()ExpressionSubElementDefinitionAggregateDefinition. getCorrelationExpression()ExpressionSubElementDefinitionThrottleDefinition. getCorrelationExpression()ExpressionSubElementDefinitionOnExceptionDefinition. getHandled()ExpressionSubElementDefinitionOnExceptionDefinition. getRetryWhile()Methods in org.apache.camel.model with parameters of type ExpressionSubElementDefinition Modifier and Type Method Description voidAggregateDefinition. setCompletionPredicate(ExpressionSubElementDefinition completionPredicate)voidAggregateDefinition. setCompletionSizeExpression(ExpressionSubElementDefinition completionSizeExpression)Number of messages aggregated before the aggregation is complete.voidAggregateDefinition. setCompletionTimeoutExpression(ExpressionSubElementDefinition completionTimeoutExpression)Time in millis that an aggregated exchange should be inactive before its complete (timeout).voidOnExceptionDefinition. setContinued(ExpressionSubElementDefinition continued)voidAggregateDefinition. setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)The expression used to calculate the correlation key to use for aggregation.voidThrottleDefinition. setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)The expression used to calculate the correlation key to use for throttle grouping.voidOnExceptionDefinition. setHandled(ExpressionSubElementDefinition handled)voidOnExceptionDefinition. setRetryWhile(ExpressionSubElementDefinition retryWhile) -
Uses of ExpressionSubElementDefinition in org.apache.camel.model.loadbalancer
Methods in org.apache.camel.model.loadbalancer that return ExpressionSubElementDefinition Modifier and Type Method Description ExpressionSubElementDefinitionStickyLoadBalancerDefinition. getCorrelationExpression()Methods in org.apache.camel.model.loadbalancer with parameters of type ExpressionSubElementDefinition Modifier and Type Method Description voidStickyLoadBalancerDefinition. setCorrelationExpression(ExpressionSubElementDefinition correlationExpression)The correlation expression to use to calculate the correlation key
-