| 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.
|
| QuartzComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| QuartzConstants |
Provide some constants used in this component package.
|
| QuartzConsumer |
This consumer process QuartzMessage when scheduler job is executed per scheduled time.
|
| QuartzEndpoint |
Schedule sending of messages using the Quartz 2.x scheduler.
|
| QuartzEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| QuartzEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| QuartzHelper |
|
| QuartzMessage |
A Camel message to be created upon each scheduled job execution.
|
| StatefulCamelJob |
A stateful job for CamelJob.
|