|
Class Summary |
| 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 |
A factory for QuartzEndpoint. |
| QuartzConstants |
Provide some constants used in this component package. |
| QuartzConsumer |
This consumer process QuartzMessage when scheduler job is executed per scheduled time. |
| QuartzEndpoint |
This endpoint represent each job to be created in scheduler. |
| QuartzMessage |
A Camel message to be created upon each scheduled job execution. |
| StatefulCamelJob |
A stateful job for CamelJob. |