Uses of Class
org.apache.camel.model.OutputExpressionNode
-
Packages that use OutputExpressionNode Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of OutputExpressionNode in org.apache.camel.model
Subclasses of OutputExpressionNode in org.apache.camel.model Modifier and Type Class Description class
FilterDefinition
Filter out messages based using a predicateclass
IdempotentConsumerDefinition
Filters out duplicate messagesclass
LoopDefinition
Processes a message multiple timesclass
SplitDefinition
Splits a single message into many sub-messages.class
WhenDefinition
Triggers a route when an expression evaluates to trueclass
WhenSkipSendToEndpointDefinition
Predicate to determine if the message should be sent or not to the endpoint, when using interceptSentToEndpoint.
-