| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.basic() |
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.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.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.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.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.delay(long delay)
The number of milliseconds to wait before the first event is
generated.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.delay(String delay)
The number of milliseconds to wait before the first event is
generated.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.fixedRate(boolean fixedRate)
Events take place at approximately regular intervals, separated by
the specified period.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.fixedRate(String fixedRate)
Events take place at approximately regular intervals, separated by
the specified period.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.includeMetadata(boolean includeMetadata)
Whether to include metadata in the exchange such as fired time, timer
name, timer count etc.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.includeMetadata(String includeMetadata)
Whether to include metadata in the exchange such as fired time, timer
name, timer count etc.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.period(long period)
If greater than 0, generate periodic events every period
milliseconds.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.period(String period)
If greater than 0, generate periodic events every period
milliseconds.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerEndpointBuilder.repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
static TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.timer(String path)
Timer (camel-timer)
The timer component is used for generating message exchanges when a timer
fires.
|
default TimerEndpointBuilderFactory.TimerEndpointBuilder |
TimerEndpointBuilderFactory.TimerBuilders.timer(String path)
Timer (camel-timer)
The timer component is used for generating message exchanges when a
timer fires.
|
Apache Camel