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 ErrorHandlerDefinitionModifier and TypeMethodDescriptionRouteConfigurationDefinition.getErrorHandler()RouteDefinition.getErrorHandler()Methods 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) voidRouteDefinition.setErrorHandler(ErrorHandlerDefinition errorHandler) Sets the error handler to use for this routeMethod parameters in org.apache.camel.model with type arguments of type ErrorHandlerDefinitionModifier and TypeMethodDescriptionstatic Consumer<RouteConfigurationDefinition> RouteDefinitionHelper.getRouteConfigurationDefinitionConsumer(RouteDefinition route, AtomicReference<ErrorHandlerDefinition> gcErrorHandler, List<OnExceptionDefinition> oe, List<InterceptDefinition> icp, List<InterceptFromDefinition> ifrom, List<InterceptSendToEndpointDefinition> ito, List<OnCompletionDefinition> oc)