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 TypeMethodDescriptionvoid
Route.addErrorHandler
(ErrorHandlerFactory factory, NamedNode exception) Adds error handler for the given exception typevoid
Route.addErrorHandlerFactoryReference
(ErrorHandlerFactory source, ErrorHandlerFactory target) Link the error handlers from a factory to anotherRoute.getErrorHandlers
(ErrorHandlerFactory factory) Gets the error handlersvoid
ExtendedCamelContext.setErrorHandlerFactory
(ErrorHandlerFactory errorHandlerFactory) Sets the default error handler builder which is inherited by the routesvoid
Route.setErrorHandlerFactory
(ErrorHandlerFactory errorHandlerFactory) -
Uses of ErrorHandlerFactory in org.apache.camel.spi
Methods in org.apache.camel.spi that return ErrorHandlerFactoryMethods in org.apache.camel.spi with parameters of type ErrorHandlerFactoryModifier and TypeMethodDescriptionModelReifierFactory.createErrorHandler
(Route route, ErrorHandlerFactory errorHandlerFactory, Processor processor)