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, stopprotected void listenerStart(io.vertx.core.Promise<java.lang.Void> startFuture)
AbstractKeepVerticleStarts the specific listen task, like the default start task
listenerStart in class AbstractKeepVerticlestartFuture - resolves when starting workedprotected void listenerStop(io.vertx.core.Promise<java.lang.Void> stopFuture)
AbstractKeepVerticleStops the specific listen task, like the default stop task
listenerStop in class AbstractKeepVerticlestopFuture - resolves when stopping worked