Uses of Interface
org.apache.camel.ErrorHandlerFactory
-
Packages that use ErrorHandlerFactory Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 ErrorHandlerFactory Modifier and Type Method Description ErrorHandlerFactoryErrorHandlerFactory. cloneBuilder()Clones this factory so each route has its private builder to use, to avoid changes from one route to influence the others.ErrorHandlerFactoryExtendedCamelContext. getErrorHandlerFactory()Gets the default error handler builder which is inherited by the routesErrorHandlerFactoryRoute. getErrorHandlerFactory()Methods in org.apache.camel with parameters of type ErrorHandlerFactory Modifier and Type Method Description voidRoute. 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 anotherSet<NamedNode>Route. 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 ErrorHandlerFactory Modifier and Type Method Description ErrorHandlerFactoryModelReifierFactory. createDefaultErrorHandler()Methods in org.apache.camel.spi with parameters of type ErrorHandlerFactory Modifier and Type Method Description ProcessorModelReifierFactory. createErrorHandler(Route route, ErrorHandlerFactory errorHandlerFactory, Processor processor)
-