Uses of Interface
org.apache.camel.ErrorHandlerFactory
Packages that use ErrorHandlerFactory
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of ErrorHandlerFactory in org.apache.camel
Methods in org.apache.camel that return ErrorHandlerFactoryModifier and TypeMethodDescriptionErrorHandlerFactory.cloneBuilder()Clones this factory so each route has its private builder to use, to avoid changes from one route to influence the others.ExtendedCamelContext.getErrorHandlerFactory()Gets the default error handler builder which is inherited by the routesRoute.getErrorHandlerFactory()Methods in org.apache.camel with parameters of type ErrorHandlerFactoryModifier and TypeMethodDescriptionvoidRoute.addErrorHandler(ErrorHandlerFactory factory, NamedNode exception) Adds error handler for the given exception typevoidRoute.addErrorHandlerFactoryReference(ErrorHandlerFactory source, ErrorHandlerFactory target) Link the error handlers from a factory to anotherRoute.getErrorHandlers(ErrorHandlerFactory factory) Gets the error handlersvoidExtendedCamelContext.setErrorHandlerFactory(ErrorHandlerFactory errorHandlerFactory) Sets the default error handler builder which is inherited by the routesvoidRoute.setErrorHandlerFactory(ErrorHandlerFactory errorHandlerFactory) -
Uses of ErrorHandlerFactory in org.apache.camel.spi
Methods in org.apache.camel.spi that return ErrorHandlerFactoryModifier and TypeMethodDescriptionModelReifierFactory.createDefaultErrorHandler()Creates the default error handler.Methods in org.apache.camel.spi with parameters of type ErrorHandlerFactoryModifier and TypeMethodDescriptionModelReifierFactory.createErrorHandler(Route route, ErrorHandlerFactory errorHandlerFactory, Processor processor) Creates the error handler using the factory for the route processor.