public class JobConfig extends Object implements Serializable
| Constructor and Description |
|---|
JobConfig() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.up.atom.config.ComponentOpts |
getClient() |
io.vertx.up.atom.config.ComponentOpts |
getInterval() |
io.vertx.up.atom.config.ComponentOpts |
getStore() |
void |
setClient(io.vertx.up.atom.config.ComponentOpts client) |
void |
setInterval(io.vertx.up.atom.config.ComponentOpts interval) |
void |
setStore(io.vertx.up.atom.config.ComponentOpts store) |
String |
toString() |
public io.vertx.up.atom.config.ComponentOpts getStore()
public void setStore(io.vertx.up.atom.config.ComponentOpts store)
public io.vertx.up.atom.config.ComponentOpts getInterval()
public void setInterval(io.vertx.up.atom.config.ComponentOpts interval)
public io.vertx.up.atom.config.ComponentOpts getClient()
public void setClient(io.vertx.up.atom.config.ComponentOpts client)
Copyright © 2021. All rights reserved.