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