Uses of Interface
org.apache.camel.model.ExecutorServiceAwareDefinition
Packages that use ExecutorServiceAwareDefinition
-
Uses of ExecutorServiceAwareDefinition in org.apache.camel.model
Classes in org.apache.camel.model that implement ExecutorServiceAwareDefinitionModifier and TypeClassDescriptionclassAggregates many messages into a single messageclassDelays processing for a specified length of timeclassRoutes the same message to multiple paths either sequentially or in parallel.classRoute to be executed when normal route processing completesclassRecipientListDefinition<Type extends ProcessorDefinition<Type>>Route messages to a number of dynamically specified recipientsclassSplits a single message into many sub-messages.classSpecifies that all steps after this node are processed asynchronouslyclassControls the rate at which messages are passed to the next node in the routeclassWireTapDefinition<Type extends ProcessorDefinition<Type>>Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original message.