Class ZeroScheduler

  • All Implemented Interfaces:
    io.vertx.core.Verticle

    @Worker(instances=1)
    public class ZeroScheduler
    extends io.vertx.core.AbstractVerticle
    Background 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 Detail

      • ZeroScheduler

        public ZeroScheduler()
    • Method Detail

      • start

        public void start()
        Overrides:
        start in class io.vertx.core.AbstractVerticle