Uses of Interface
org.apache.camel.builder.endpoint.dsl.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder
Packages that use OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder
-
Uses of OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilderModifier and TypeMethodDescriptionOnceEndpointBuilderFactory.OnceEndpointBuilder.advanced()OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.delay(long delay) The number of milliseconds to wait before triggering.The number of milliseconds to wait before triggering.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.exchangeProperties(String key, Object value) The data to use as exchange properties as key=value pairs.OnceEndpointBuilderFactory.AdvancedOnceEndpointBuilder.exchangeProperties(Map values) The data to use as exchange properties as key=value pairs.The data to use as exchange variables as key=value pairs.The data to use as exchange variables as key=value pairs.