Uses of Class
org.apache.camel.model.ExpressionNode
Packages that use ExpressionNode
-
Uses of ExpressionNode in org.apache.camel.model
Subclasses of ExpressionNode in org.apache.camel.modelModifier and TypeClassDescriptionclassDelays processing for a specified length of timeclassDynamicRouterDefinition<Type extends ProcessorDefinition<Type>>Route messages based on dynamic rulesclassEnriches a message with data from a secondary resourceclassFilter out messages based using a predicateclassFilters out duplicate messagesclassProcesses a message multiple timesclassA base class for nodes which contain an expression and a number of outputs.classEnriches messages with data polled from a secondary resourceclassRecipientListDefinition<Type extends ProcessorDefinition<Type>>Route messages to a number of dynamically specified recipientsclassRoutingSlipDefinition<Type extends ProcessorDefinition<Type>>Routes a message through a series of steps that are pre-determined (the slip)classExecutes a script from a language which does not change the message body.classSets the contents of the message bodyclassSets the value of a message headerclassSets a named property on the message exchangeclassSets the value of a variableclassSorts the contents of the messageclassSplits a single message into many sub-messages.classControls the rate at which messages are passed to the next node in the routeclassTransforms the message body based on an expressionclassValidates a message based on an expressionclassTriggers a route when the expression evaluates to trueclassPredicate to determine if the message should be sent or not to the endpoint, when using interceptSentToEndpoint.Methods in org.apache.camel.model that return ExpressionNodeConstructors in org.apache.camel.model with parameters of type ExpressionNode