Package io.vertx.up.verticle
Class ZeroScheduler
- java.lang.Object
-
- io.vertx.core.AbstractVerticle
-
- io.vertx.up.verticle.ZeroScheduler
-
- All Implemented Interfaces:
io.vertx.core.Verticle
@Worker(instances=1) public class ZeroScheduler extends io.vertx.core.AbstractVerticleBackground worker of Zero framework, it's for schedule of background tasks here. This scheduler is for task deployment, it should deploy all tasks This worker must be SINGLE ( instances = 1 ) because multi worker with the same tasks may be conflicts
-
-
Constructor Summary
Constructors Constructor Description ZeroScheduler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()
-