Uses of Interface
org.apache.camel.builder.endpoint.dsl.LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder
Packages that use LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder
-
Uses of LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilderModifier and TypeMethodDescriptionLumberjackEndpointBuilderFactory.LumberjackEndpointBuilder.advanced()LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.LumberjackEndpointBuilderFactory.AdvancedLumberjackEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.