-
- All Implemented Interfaces:
public abstract class CronSchema
-
-
Constructor Summary
Constructors Constructor Description CronSchema(Vertx vertx, Logger logger)
-
Method Summary
Modifier and Type Method Description final VertxgetVertx()final LoggergetLogger()UnithandleJobs(CronRunner runner)-
-
Method Detail
-
getVertx
final Vertx getVertx()
-
getLogger
final Logger getLogger()
-
handleJobs
Unit handleJobs(CronRunner runner)
-
-
-
-