Package org.apache.camel.util.concurrent

Concurrent utility classes

See:
          Description

Class Summary
AtomicExchange Convenience class for holding an Exchange in a thread-safe way
ExecutorServiceHelper Helper for ExecutorService to construct executors using a thread factory that create thread names with Camel prefix.
SubmitOrderedCompletionService<V> A CompletionService that orders the completed tasks in the same order as they where submitted.
 

Package org.apache.camel.util.concurrent Description

Concurrent utility classes



Apache CAMEL