default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.advanced() |
|
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, or Camel
is allowed to use asynchronous processing (if supported).
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
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.
|