Package io.vertx.up.atom.agent
Class IpcData
java.lang.Object
io.vertx.up.atom.agent.IpcData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.json.JsonObjectio.vertx.core.buffer.BuffergetData()getHost()getName()getPort()io.horizon.eon.em.container.IpcTypegetType()voidsetAddress(String address) voidsetConfig(io.vertx.core.json.JsonObject config) voidsetData(io.vertx.core.buffer.Buffer data) voidvoidvoidvoidsetType(io.horizon.eon.em.container.IpcType type) toString()
-
Constructor Details
-
IpcData
public IpcData()
-
-
Method Details
-
getName
-
setName
-
getAddress
-
setAddress
-
getType
public io.horizon.eon.em.container.IpcType getType() -
setType
public void setType(io.horizon.eon.em.container.IpcType type) -
getPort
-
setPort
-
getHost
-
setHost
-
getData
public io.vertx.core.buffer.Buffer getData() -
setData
public void setData(io.vertx.core.buffer.Buffer data) -
getConfig
public io.vertx.core.json.JsonObject getConfig() -
setConfig
public void setConfig(io.vertx.core.json.JsonObject config) -
toString
-