public static interface TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
basic() |
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
daemon(boolean daemon)
Specifies whether or not the thread associated with the timer
endpoint runs as a daemon.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
daemon(String daemon)
Specifies whether or not the thread associated with the timer
endpoint runs as a daemon.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default 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 |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
time(Date time)
A java.util.Date the first event should be generated.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
time(String time)
A java.util.Date the first event should be generated.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
timer(String timer)
To use a custom Timer.
|
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder |
timer(Timer timer)
To use a custom Timer.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder basic()
default TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder daemon(boolean daemon)
daemon - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder daemon(String daemon)
daemon - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder pattern(String pattern)
pattern - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder synchronous(String synchronous)
synchronous - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder time(Date time)
time - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder time(String time)
time - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder timer(Timer timer)
timer - the value to setdefault TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder timer(String timer)
timer - the value to setApache Camel