Package io.vertx.tp.jet.atom
Class JtConfig
java.lang.Object
io.vertx.tp.jet.atom.JtConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.json.JsonObjectgetAgent()io.vertx.core.json.JsonObjectClass<?>getUnity()getWall()io.vertx.core.json.JsonObjectio.vertx.core.DeploymentOptionsvoidsetAgent(io.vertx.core.json.JsonObject agent) voidsetOptions(io.vertx.core.json.JsonObject options) voidvoidvoidsetWorker(io.vertx.core.json.JsonObject worker) toString()
-
Constructor Details
-
JtConfig
public JtConfig()
-
-
Method Details
-
getWall
-
setWall
-
getWorker
public io.vertx.core.json.JsonObject getWorker() -
setWorker
public void setWorker(io.vertx.core.json.JsonObject worker) -
getAgent
public io.vertx.core.json.JsonObject getAgent() -
setAgent
public void setAgent(io.vertx.core.json.JsonObject agent) -
getOptions
public io.vertx.core.json.JsonObject getOptions() -
setOptions
public void setOptions(io.vertx.core.json.JsonObject options) -
getUnity
-
setUnity
-
getWorkerOptions
public io.vertx.core.DeploymentOptions getWorkerOptions() -
toString
-