For full functionality of this site it is necessary to enable JavaScript. Here are the
instructions how to enable JavaScript in your web browser
.
Play Modules
Home
Modules
Demos
Feedback
Login to publish
multiJobs
Tags:
Details
Releases
1
View votes
Name
multiJobs
Author
Marcel Klemenz
Version
1.2
Location
https://github.com/maklemenz/multiJobs
Updated
06-11-2012
Share this
Tweet
Read Later
Description
**A play! module that allows to declare multiple jobs in one class.** The next Version will allow you to add and remove these jobs dynamically. **A quick example:** @OnApplicationStart public class MultiJobExample extends MultiJob { @MethodEvery("10s") public static void do1() { Logger.debug("Job1"); } @MethodEvery("2s") public static void do2() { Logger.debug("Job2"); } @MethodEvery("1s") public static void do3() { Logger.debug("Job3"); } } **Installation (dependencies.yml)** - maklemenz -> multiJobs 0.1 repositories: - maklemenz: type: http artifact: http://cloud.github.com/downloads/maklemenz/[module]/[module]-[revision].zip contains: - maklemenz -> *
Released
Name
Nothing to display
Please enable JavaScript to view the
comments powered by Disqus.
Comments powered by
Disqus