Uses of Class
org.apache.camel.model.ErrorHandlerDefinition
Packages that use ErrorHandlerDefinition
-
Uses of ErrorHandlerDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ErrorHandlerDefinitionMethods in org.apache.camel.model with parameters of type ErrorHandlerDefinitionModifier and TypeMethodDescriptionstatic voidRouteDefinitionHelper.prepareRoute(org.apache.camel.CamelContext context, RouteDefinition route, ErrorHandlerDefinition errorHandler, List<OnExceptionDefinition> onExceptions, List<InterceptDefinition> intercepts, List<InterceptFromDefinition> interceptFromDefinitions, List<InterceptSendToEndpointDefinition> interceptSendToEndpointDefinitions, List<OnCompletionDefinition> onCompletions) Prepares the route which supports context scoped features such as onException, interceptors and onCompletionsvoidRouteConfigurationDefinition.setErrorHandler(ErrorHandlerDefinition errorHandler)