Uses of Class
org.apache.camel.model.TryDefinition
Packages that use TryDefinition
-
Uses of TryDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return TryDefinitionModifier and TypeMethodDescriptionHandles the given exceptionfinal TryDefinitionHandles the given exception(s)TryDefinition.doFinally()The finally block for a given handleProcessorDefinition.doTry()Creates a try/catch blockProcessorDefinition.endDoTry()Ends the current block and returns back to thedoTry()DSL.TryDefinition.onWhen(org.apache.camel.Predicate predicate) Sets an additional predicate that should be true before the onCatch is triggered.