public class AgentSchedulerServiceVerticle extends AbstractKeepVerticle
Service verticle for running agents asynchronously
consumerTracker
Constructor and Description |
---|
AgentSchedulerServiceVerticle() |
Modifier and Type | Method and Description |
---|---|
protected void |
listenerStart(io.vertx.core.Promise<java.lang.Void> startFuture)
Starts the specific listen task, like the default start task
|
protected void |
listenerStop(io.vertx.core.Promise<java.lang.Void> stopFuture)
Stops the specific listen task, like the default stop task
|
getKeepVerticleName, getSubconfig, setKeepVerticleName, start, stop
protected void listenerStart(io.vertx.core.Promise<java.lang.Void> startFuture)
AbstractKeepVerticle
Starts the specific listen task, like the default start task
listenerStart
in class AbstractKeepVerticle
startFuture
- resolves when starting workedprotected void listenerStop(io.vertx.core.Promise<java.lang.Void> stopFuture)
AbstractKeepVerticle
Stops the specific listen task, like the default stop task
listenerStop
in class AbstractKeepVerticle
stopFuture
- resolves when stopping worked