Uses of Interface
org.apache.camel.processor.PooledExchangeTask
-
Packages that use PooledExchangeTask Package Description org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patternsorg.apache.camel.processor.errorhandler Exception policy startegies for Dead Letter Channel pattern. -
-
Uses of PooledExchangeTask in org.apache.camel.processor
Methods in org.apache.camel.processor that return PooledExchangeTask Modifier and Type Method Description PooledExchangeTask
PooledExchangeTaskFactory. acquire(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
Attempts to acquire a pooled task to use for processing the exchange, if not possible then a new task is created.PooledExchangeTask
PooledTaskFactory. acquire()
PooledExchangeTask
PooledTaskFactory. acquire(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
PooledExchangeTask
PrototypeTaskFactory. acquire()
PooledExchangeTask
PrototypeTaskFactory. acquire(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
PooledExchangeTask
PooledExchangeTaskFactory. create(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
Creates a new task to use for processing the exchange.Methods in org.apache.camel.processor with parameters of type PooledExchangeTask Modifier and Type Method Description boolean
PooledExchangeTaskFactory. release(PooledExchangeTask task)
Releases the task after its done being usedboolean
PooledTaskFactory. release(PooledExchangeTask task)
boolean
PrototypeTaskFactory. release(PooledExchangeTask task)
-
Uses of PooledExchangeTask in org.apache.camel.processor.errorhandler
Classes in org.apache.camel.processor.errorhandler that implement PooledExchangeTask Modifier and Type Class Description protected class
RedeliveryErrorHandler.RedeliveryTask
Task to perform calling the processor and handling redelivery if it fails (more advanced than ProcessTask)protected class
RedeliveryErrorHandler.SimpleTask
Simple task to perform calling the processor with no redelivery support
-