Uses of Interface
org.apache.camel.builder.endpoint.dsl.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder
Packages that use TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder
-
Uses of TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilderModifier and TypeMethodDescriptionTimerEndpointBuilderFactory.TimerEndpointBuilder.advanced()TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.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.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.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.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.daemon(boolean daemon) Specifies whether or not the thread associated with the timer endpoint runs as a daemon.Specifies whether or not the thread associated with the timer endpoint runs as a daemon.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Allows you to specify a custom Date pattern to use for setting the time option using URI syntax.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.A java.util.Date the first event should be generated.A java.util.Date the first event should be generated.To use a custom Timer.To use a custom Timer.