August 2009
1 post
4 tags
A Groovy Clock
Hello!
I write a lot of code that needs to execute periodically. For instance, I’ve written services that need to check a remote file system for changes and import those changes once detected.
I’ve also written quite a few services that need to send information over a message bus periodically to, say, report status information or provide information about a long running process, or...