Class SubmitOrderedCompletionService<V>

java.lang.Object
org.apache.camel.util.concurrent.SubmitOrderedCompletionService<V>
All Implemented Interfaces:
CompletionService<V>

Deprecated.
A CompletionService that orders the completed tasks in the same order as they where submitted.