Uses of Interface
org.apache.camel.model.OutputNode
Packages that use OutputNode
-
Uses of OutputNode in org.apache.camel.model
Classes in org.apache.camel.model that implement OutputNodeModifier and TypeClassDescriptionclassTemporary model used internally by advice-withclassAggregates many messages into a single messageclassCatches exceptions as part of a try, catch, finally blockclassRoute messages based on a series of predicatesclassRoute messages in a fault tolerance way using Circuit BreakerclassFilter out messages based using a predicateclassPath traversed when a try, catch, finally block exitsclassFilters out duplicate messagesclassIntercepts a message at each step in the routeclassIntercepts incoming messagesclassIntercepts messages being sent to an endpointclassTo call Kamelets in special situationsclassBalances message processing among a number of nodesclassProcesses a message multiple timesclassRoutes the same message to multiple paths either sequentially or in parallel.classRoute to be executed when normal route processing completesclassRoute to be executed when an exception is thrownclassRoute to be executed when Circuit Breaker EIP executes fallbackclassRoute to be executed when all other choices evaluate to falseclassOutputDefinition<Type extends ProcessorDefinition<Type>>A useful base class for output typesclassA base class for nodes which contain an expression and a number of outputs.classRoutes the message to a sequence of processors.classDefines a policy the route will useclassResequences (re-order) messages based on an expressionclassA Camel routeclassEnables Sagas on the routeclassSplits a single message into many sub-messages.classRoutes the message to a sequence of processors which is grouped together as one logical nameclassEnables transaction on the routeclassMarks the beginning of a try, catch, finally blockclassTriggers a route when the expression evaluates to trueclassPredicate to determine if the message should be sent or not to the endpoint, when using interceptSentToEndpoint.