@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 and Description |
|---|
ZeroScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
config, deploymentID, getVertx, init, processArgs, start, stop, stopCopyright © 2021. All rights reserved.