Javadoc link

The Scheduler can be used to schedule and execute tasks and messages at specific and repeatble intervals.  It wraps the open source Java Quartz project and provides complex and sophisticated event scheduling. 

There is a simple interface and a cron interface which allows tasks or messages to be scheduled.  For a more simple event producing service you may want the Clock service.