Package org.apache.camel.model
Class ThrottleDefinition
java.lang.Object
org.apache.camel.model.OptionalIdentifiedDefinition<ExpressionNode>
org.apache.camel.model.ProcessorDefinition<ExpressionNode>
org.apache.camel.model.ExpressionNode
org.apache.camel.model.ThrottleDefinition
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.LineNumberAware,Block,ExecutorServiceAwareDefinition<ThrottleDefinition>,HasExpressionType,org.apache.camel.NamedNode,org.apache.camel.spi.HasCamelContext,org.apache.camel.spi.HasId,org.apache.camel.spi.IdAware
@Metadata(label="eip,routing")
public class ThrottleDefinition
extends ExpressionNode
implements ExecutorServiceAwareDefinition<ThrottleDefinition>
Controls the rate at which messages are passed to the next node in the route
-
Field Summary
Fields inherited from class org.apache.camel.model.ProcessorDefinition
disabled, inheritErrorHandler -
Constructor Summary
ConstructorsConstructorDescriptionThrottleDefinition(org.apache.camel.Expression maximumConcurrentRequests) ThrottleDefinition(org.apache.camel.Expression maximumConcurrentRequests, org.apache.camel.Expression correlationExpression) -
Method Summary
Modifier and TypeMethodDescriptionEnables asynchronous delay which means the thread will not block while delaying.asyncDelayed(boolean asyncDelayed) Enables asynchronous delay which means the thread will not block while delaying.asyncDelayed(String asyncDelayed) Enables asynchronous delay which means the thread will not block while delaying.callerRunsWhenRejected(boolean callerRunsWhenRejected) Whether or not the caller should run the task when it was rejected by the thread pool.callerRunsWhenRejected(String callerRunsWhenRejected) Whether or not the caller should run the task when it was rejected by the thread pool.correlationExpression(long correlationExpression) To use a correlation expression that can throttle by the given key instead of overall throttlingcorrelationExpression(org.apache.camel.Expression correlationExpression) To use a correlation expression that can throttle by the given key instead of overall throttlingexecutorService(String executorService) To use a custom thread pool (ScheduledExecutorService) by the throttler.executorService(ExecutorService executorService) To use a custom thread pool (ScheduledExecutorService) by the throttler.Gets the executor service for executingGets a reference id to lookup the executor service from the registrygetLabel()Returns a label to describe this node such as the expression if some kind of expression nodemaximumConcurrentRequests(long maximumConcurrentRequests) Sets the maximum number of concurrent requestsmaximumConcurrentRequests(String maximumConcurrentRequests) Sets the number of concurrent requestsrejectExecution(boolean rejectExecution) Whether or not throttler throws the ThrottlerRejectedExecutionException when the exchange exceeds the request limitrejectExecution(String rejectExecution) Whether or not throttler throws the ThrottlerRejectedExecutionException when the exchange exceeds the request limitvoidsetAsyncDelayed(String asyncDelayed) voidsetCallerRunsWhenRejected(String callerRunsWhenRejected) voidsetCorrelationExpression(ExpressionSubElementDefinition correlationExpression) The expression used to calculate the correlation key to use for throttle grouping.voidsetExecutorService(String executorService) voidsetExpression(ExpressionDefinition expression) Expression to configure the maximum number of messages to throttle per requestvoidsetRejectExecution(String rejectExecution) toString()Methods inherited from class org.apache.camel.model.ExpressionNode
configureChild, getExpression, getExpressionType, getOutputs, id, preCreateProcessor, setExpression, setExpressionTypeMethods inherited from class org.apache.camel.model.ProcessorDefinition
addInterceptStrategy, addOutput, aggregate, aggregate, aggregate, aggregate, bean, bean, bean, bean, bean, bean, bean, bean, bean, bean, bean, choice, circuitBreaker, claimCheck, claimCheck, claimCheck, claimCheck, clearOutput, convertBodyTo, convertBodyTo, convertBodyTo, convertHeaderTo, convertHeaderTo, convertHeaderTo, delay, delay, delay, disabled, disabled, disabled, doTry, dynamicRouter, dynamicRouter, end, endChoice, endCircuitBreaker, endDoCatch, endDoTry, endParent, enrich, enrich, enrich, enrich, enrich, enrich, enrich, enrich, enrich, enrichWith, enrichWith, enrichWith, enrichWith, enrichWith, enrichWith, filter, filter, filter, filter, getDisabled, getIndex, getInterceptStrategies, getParent, getRouteConfiguration, idempotentConsumer, idempotentConsumer, idempotentConsumer, inheritErrorHandler, isAbstract, isInheritErrorHandler, isTopLevelOnly, isWrappingEntireOutput, kamelet, loadBalance, loadBalance, log, log, log, log, log, log, loop, loop, loop, loopDoWhile, loopDoWhile, markRollbackOnly, markRollbackOnlyLast, marshal, marshal, marshal, marshal, multicast, multicast, multicast, nodePrefixId, onCompletion, onException, onException, onException, onException, pausable, pausable, pausable, pausable, pipeline, pipeline, pipeline, policy, policy, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrichWith, pollEnrichWith, pollEnrichWith, pollEnrichWith, pollEnrichWith, pollEnrichWith, process, process, process, recipientList, recipientList, recipientList, recipientList, removeHeader, removeHeaders, removeHeaders, removeProperties, removeProperties, removeProperty, resequence, resequence, resumable, resumable, resumable, rollback, rollback, routeDescription, routeGroup, routeId, routingSlip, routingSlip, routingSlip, saga, sample, sample, sample, sample, script, script, serviceCall, serviceCall, serviceCall, setBody, setBody, setBody, setDisabled, setExchangePattern, setExchangePattern, setHeader, setHeader, setHeader, setHeaders, setInheritErrorHandler, setParent, setProperty, setProperty, setProperty, setRouteConfiguration, sort, sort, sort, split, split, split, split, startupOrder, step, step, stop, threads, threads, threads, threads, throttle, throttle, throttle, throttle, throttle, throwException, throwException, to, to, to, to, to, to, to, to, to, to, to, to, toD, toD, toD, toD, toD, toD, toD, toF, transacted, transacted, transform, transform, transform, transform, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, validate, validate, validate, wireTap, wireTap, wireTapMethods inherited from class org.apache.camel.model.OptionalIdentifiedDefinition
description, getCamelContext, getCustomId, getDescription, getDescriptionText, getId, getLineNumber, getLocation, getNodePrefixId, hasCustomIdAssigned, idOrCreate, setCamelContext, setCustomId, setDescription, setGeneratedId, setId, setLineNumber, setLocation
-
Constructor Details
-
ThrottleDefinition
public ThrottleDefinition() -
ThrottleDefinition
public ThrottleDefinition(org.apache.camel.Expression maximumConcurrentRequests) -
ThrottleDefinition
public ThrottleDefinition(org.apache.camel.Expression maximumConcurrentRequests, org.apache.camel.Expression correlationExpression)
-
-
Method Details
-
toString
-
getShortName
- Specified by:
getShortNamein interfaceorg.apache.camel.NamedNode
-
getLabel
Description copied from class:ProcessorDefinitionReturns a label to describe this node such as the expression if some kind of expression node- Specified by:
getLabelin interfaceorg.apache.camel.NamedNode- Overrides:
getLabelin classExpressionNode
-
maximumConcurrentRequests
Sets the maximum number of concurrent requests- Parameters:
maximumConcurrentRequests- the maximum number of concurrent requests- Returns:
- the builder
-
maximumConcurrentRequests
Sets the number of concurrent requests- Parameters:
maximumConcurrentRequests- the maximum number of concurrent requests- Returns:
- the builder
-
correlationExpression
To use a correlation expression that can throttle by the given key instead of overall throttling- Parameters:
correlationExpression- is a correlation key as a long number that can throttle by the given key instead of overall throttling- Returns:
- the builder
-
correlationExpression
To use a correlation expression that can throttle by the given key instead of overall throttling- Parameters:
correlationExpression- is a correlation key as an expression that can throttle by the given key instead of overall throttling- Returns:
- the builder
-
callerRunsWhenRejected
Whether or not the caller should run the task when it was rejected by the thread pool. Is by default true- Parameters:
callerRunsWhenRejected- whether or not the caller should run- Returns:
- the builder
-
callerRunsWhenRejected
Whether or not the caller should run the task when it was rejected by the thread pool. Is by default true- Parameters:
callerRunsWhenRejected- whether or not the caller should run- Returns:
- the builder
-
asyncDelayed
Enables asynchronous delay which means the thread will not block while delaying.- Returns:
- the builder
-
asyncDelayed
Enables asynchronous delay which means the thread will not block while delaying.- Returns:
- the builder
-
asyncDelayed
Enables asynchronous delay which means the thread will not block while delaying.- Returns:
- the builder
-
rejectExecution
Whether or not throttler throws the ThrottlerRejectedExecutionException when the exchange exceeds the request limit Is by default false- Parameters:
rejectExecution- throw the RejectExecutionException if the exchange exceeds the request limit- Returns:
- the builder
-
rejectExecution
Whether or not throttler throws the ThrottlerRejectedExecutionException when the exchange exceeds the request limit Is by default false- Parameters:
rejectExecution- throw the RejectExecutionException if the exchange exceeds the request limit- Returns:
- the builder
-
executorService
To use a custom thread pool (ScheduledExecutorService) by the throttler.- Specified by:
executorServicein interfaceExecutorServiceAwareDefinition<ThrottleDefinition>- Parameters:
executorService- the custom thread pool (must be scheduled)- Returns:
- the builder
-
executorService
To use a custom thread pool (ScheduledExecutorService) by the throttler.- Specified by:
executorServicein interfaceExecutorServiceAwareDefinition<ThrottleDefinition>- Parameters:
executorService- the reference id of the thread pool (must be scheduled)- Returns:
- the builder
-
getExecutorServiceBean
Description copied from interface:ExecutorServiceAwareDefinitionGets the executor service for executing- Specified by:
getExecutorServiceBeanin interfaceExecutorServiceAwareDefinition<ThrottleDefinition>
-
getExecutorServiceRef
Description copied from interface:ExecutorServiceAwareDefinitionGets a reference id to lookup the executor service from the registry- Specified by:
getExecutorServiceRefin interfaceExecutorServiceAwareDefinition<ThrottleDefinition>
-
setExpression
Expression to configure the maximum number of messages to throttle per request- Overrides:
setExpressionin classExpressionNode
-
getAsyncDelayed
-
setAsyncDelayed
-
getCallerRunsWhenRejected
-
setCallerRunsWhenRejected
-
getRejectExecution
-
setRejectExecution
-
setCorrelationExpression
The expression used to calculate the correlation key to use for throttle grouping. The Exchange which has the same correlation key is throttled together. -
getCorrelationExpression
-
getExecutorService
-
setExecutorService
-