Uses of Interface
org.apache.camel.model.ExecutorServiceAwareDefinition

Packages that use ExecutorServiceAwareDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.util.concurrent Concurrent utility classes 
 

Uses of ExecutorServiceAwareDefinition in org.apache.camel.model
 

Classes in org.apache.camel.model that implement ExecutorServiceAwareDefinition
 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>
          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
          Represents an XML <wireTap/> element
 

Uses of ExecutorServiceAwareDefinition in org.apache.camel.util.concurrent
 

Methods in org.apache.camel.util.concurrent with parameters of type ExecutorServiceAwareDefinition
static ExecutorService ExecutorServiceHelper.getConfiguredExecutorService(RouteContext routeContext, String name, ExecutorServiceAwareDefinition definition)
          Will lookup and get the configured ExecutorService from the given definition.
static ScheduledExecutorService ExecutorServiceHelper.getConfiguredScheduledExecutorService(RouteContext routeContext, String name, ExecutorServiceAwareDefinition definition)
          Will lookup and get the configured ScheduledExecutorService from the given definition.
 



Apache CAMEL