Package io.vertx.up.uca.job.store
Class JobConfig
- java.lang.Object
-
- io.vertx.up.uca.job.store.JobConfig
-
- All Implemented Interfaces:
Serializable
public class JobConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.up.atom.config.ComponentOptsgetClient()io.vertx.up.atom.config.ComponentOptsgetInterval()io.vertx.up.atom.config.ComponentOptsgetStore()voidsetClient(io.vertx.up.atom.config.ComponentOpts client)voidsetInterval(io.vertx.up.atom.config.ComponentOpts interval)voidsetStore(io.vertx.up.atom.config.ComponentOpts store)StringtoString()
-
-
-
Method Detail
-
getStore
public io.vertx.up.atom.config.ComponentOpts getStore()
-
setStore
public void setStore(io.vertx.up.atom.config.ComponentOpts store)
-
getInterval
public io.vertx.up.atom.config.ComponentOpts getInterval()
-
setInterval
public void setInterval(io.vertx.up.atom.config.ComponentOpts interval)
-
getClient
public io.vertx.up.atom.config.ComponentOpts getClient()
-
setClient
public void setClient(io.vertx.up.atom.config.ComponentOpts client)
-
-