Showing:

Attributes
Facets
Model
Properties
Complex Type tns:threadsDefinition
Namespace http://camel.apache.org/schema/spring
Type extension of tns:output
Type hierarchy
Model
Children tns:aggregate, tns:aop, tns:bean, tns:choice, tns:convertBodyTo, tns:delay, tns:description, tns:doCatch, tns:doFinally, tns:doTry, tns:dynamicRouter, tns:enrich, tns:filter, tns:idempotentConsumer, tns:inOnly, tns:inOut, tns:intercept, tns:interceptFrom, tns:interceptSendToEndpoint, tns:loadBalance, tns:log, tns:loop, tns:marshal, tns:multicast, tns:onCompletion, tns:onException, tns:otherwise, tns:pipeline, tns:policy, tns:pollEnrich, tns:process, tns:recipientList, tns:removeHeader, tns:removeHeaders, tns:removeProperties, tns:removeProperty, tns:resequence, tns:restBinding, tns:rollback, tns:route, tns:routingSlip, tns:sample, tns:script, tns:setBody, tns:setExchangePattern, tns:setFaultBody, tns:setHeader, tns:setOutHeader, tns:setProperty, tns:sort, tns:split, tns:stop, tns:threads, tns:throttle, tns:throwException, tns:to, tns:toD, tns:transacted, tns:transform, tns:unmarshal, tns:validate, tns:when, tns:whenSkipSendToEndpoint, tns:wireTap
Attributes
QName Type Use Annotation
allowCoreThreadTimeOut xs:boolean optional
Whether idle core threads is allowed to timeout and therefore can shrink the
pool size below the core pool size Is by default false
callerRunsWhenRejected xs:boolean optional
Whether or not to use as caller runs as fallback when a task is rejected being
added to the thread pool (when its full). This is only used as fallback if no
rejectedPolicy has been configured or the thread pool has no configured
rejection handler. Is by default true
customId xs:boolean optional
executorServiceRef xs:string optional
To refer to a custom thread pool or use a thread pool profile (as overlay)
id xs:string optional
Sets the id of this node
inheritErrorHandler xs:boolean optional
keepAliveTime xs:long optional
Sets the keep alive time for idle threads
maxPoolSize xs:int optional
Sets the maximum pool size
maxQueueSize xs:int optional
Sets the maximum number of tasks in the work queue. Use -1 or Integer.MAX_VALUE
for an unbounded queue
poolSize xs:int optional
Sets the core pool size
rejectedPolicy tns:threadPoolRejectedPolicy optional
Sets the handler for tasks which cannot be executed by the thread pool.
threadName xs:string optional
Sets the thread name to use.
timeUnit xs:string optional
Sets the keep alive time unit. By default SECONDS is used.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://camel.apache.org/schema/spring'
Attribute tns:threadsDefinition / @executorServiceRef
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadsDefinition / @poolSize
Namespace No namespace
Type xs:int
Properties
content simple
Attribute tns:threadsDefinition / @maxPoolSize
Namespace No namespace
Type xs:int
Properties
content simple
Attribute tns:threadsDefinition / @keepAliveTime
Namespace No namespace
Type xs:long
Properties
content simple
Attribute tns:threadsDefinition / @timeUnit
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadsDefinition / @maxQueueSize
Namespace No namespace
Type xs:int
Properties
content simple
Attribute tns:threadsDefinition / @allowCoreThreadTimeOut
Namespace No namespace
Type xs:boolean
Properties
content simple
Attribute tns:threadsDefinition / @threadName
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadsDefinition / @rejectedPolicy
Namespace No namespace
Type tns:threadPoolRejectedPolicy
Properties
content simple
Facets
enumeration Discard
enumeration CallerRuns
enumeration DiscardOldest
enumeration Abort
Attribute tns:threadsDefinition / @callerRunsWhenRejected
Namespace No namespace
Type xs:boolean
Properties
content simple