Uses of Class
org.apache.camel.model.OnCompletionDefinition
Packages that use OnCompletionDefinition
-
Uses of OnCompletionDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return OnCompletionDefinitionModifier and TypeMethodDescriptionRouteBuilder.onCompletion()On completion callback for doing custom routing when theExchangeis complete. -
Uses of OnCompletionDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return OnCompletionDefinitionModifier and TypeMethodDescriptionOnCompletionDefinition.executorService(String executorService) Refers to a custom Thread Pool to be used for parallel processing.OnCompletionDefinition.executorService(ExecutorService executorService) To use a custom Thread Pool to be used for parallel processing.OnCompletionDefinition.modeAfterConsumer()Sets the mode to be after route is done (default due backwards compatible).OnCompletionDefinition.modeBeforeConsumer()Sets the mode to be before consumer is done.OnCompletionDefinition.onCompleteOnly()Will only synchronize when theExchangecompleted successfully (no errors).ProcessorDefinition.onCompletion()Adds a onCompletionSynchronizationhook that invoke this route as a callback when theExchangehas finished being processed.RouteConfigurationDefinition.onCompletion()On completion callback for doing custom routing when theExchangeis complete.RoutesDefinition.onCompletion()Adds an on completionOnCompletionDefinition.onFailureOnly()Will only synchronize when theExchangeended with failure (exception or FAULT message).OnCompletionDefinition.onWhen(org.apache.camel.Predicate predicate) Sets an additional predicate that should be true before the onCompletion is triggered.OnCompletionDefinition.parallelProcessing()If enabled then the on completion process will run asynchronously by a separate thread from a thread pool.OnCompletionDefinition.parallelProcessing(boolean parallelProcessing) If enabled then the on completion process will run asynchronously by a separate thread from a thread pool.OnCompletionDefinition.useOriginalBody()Deprecated.OnCompletionDefinition.useOriginalMessage()Will use the original input message when anExchangefor this on completion.Methods in org.apache.camel.model that return types with arguments of type OnCompletionDefinitionModifier and TypeMethodDescriptionRouteConfigurationDefinition.getOnCompletions()RoutesDefinition.getOnCompletions()Method parameters in org.apache.camel.model with type arguments of type OnCompletionDefinitionModifier and TypeMethodDescriptionvoidRouteConfigurationDefinition.setOnCompletions(List<OnCompletionDefinition> onCompletions) voidRoutesDefinition.setOnCompletions(List<OnCompletionDefinition> onCompletions)
useOriginalMessage()