| Package | Description |
|---|---|
| org.apache.camel.component.quartz | |
| org.apache.camel.pollconsumer.quartz |
| Class and Description |
|---|
| CamelJob
This is a Quartz Job that is scheduled by QuartzEndpoint's Consumer and will call it to
produce a QuartzMessage sending to a route.
|
| QuartzComponent
This component will hold a Quartz Scheduler that will provide scheduled timer based
endpoint that generate a QuartzMessage to a route.
|
| QuartzConsumer
This consumer process QuartzMessage when scheduler job is executed per scheduled time.
|
| QuartzEndpoint
Schedule sending of messages using the Quartz 2.x scheduler.
|
| SchedulerInitTask
Task to be performed when initializing and starting the scheduler.
|
| Class and Description |
|---|
| CamelJob
This is a Quartz Job that is scheduled by QuartzEndpoint's Consumer and will call it to
produce a QuartzMessage sending to a route.
|
Apache Camel