Uses of Interface
org.apache.camel.ExecutorServiceAware

Packages that use ExecutorServiceAware
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of ExecutorServiceAware in org.apache.camel.model
 

Subinterfaces of ExecutorServiceAware in org.apache.camel.model
 interface ExecutorServiceAwareDefinition<Type extends ProcessorDefinition<?>>
          Enables definitions to support concurrency using ExecutorService
 

Classes in org.apache.camel.model that implement ExecutorServiceAware
 class AggregateDefinition
          Represents an XML <aggregate/> element
 class DelayDefinition
          Represents an XML <delay/> element
 class MulticastDefinition
          Represents an XML <multicast/> element
 class OnCompletionDefinition
          Represents an XML <onCompletion/> element
 class RecipientListDefinition<Type extends ProcessorDefinition<Type>>
          Represents an XML <recipientList/> element
 class SplitDefinition
          Represents an XML <split/> element
 class ThreadsDefinition
          Represents an XML <threads/> element
 class ThrottleDefinition
          Represents an XML <throttle/> element
 class WireTapDefinition<Type extends ProcessorDefinition<Type>>
          Represents an XML <wireTap/> element
 



Apache CAMEL