public class IpcData extends Object implements Serializable
| Constructor and Description |
|---|
IpcData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
io.vertx.core.json.JsonObject |
getConfig() |
io.vertx.core.buffer.Buffer |
getData() |
String |
getHost() |
String |
getName() |
Integer |
getPort() |
io.vertx.up.eon.em.IpcType |
getType() |
void |
setAddress(String address) |
void |
setConfig(io.vertx.core.json.JsonObject config) |
void |
setData(io.vertx.core.buffer.Buffer data) |
void |
setHost(String host) |
void |
setName(String name) |
void |
setPort(Integer port) |
void |
setType(io.vertx.up.eon.em.IpcType type) |
String |
toString() |
public String getName()
public void setName(String name)
public String getAddress()
public void setAddress(String address)
public io.vertx.up.eon.em.IpcType getType()
public void setType(io.vertx.up.eon.em.IpcType type)
public Integer getPort()
public void setPort(Integer port)
public String getHost()
public void setHost(String host)
public io.vertx.core.buffer.Buffer getData()
public void setData(io.vertx.core.buffer.Buffer data)
public io.vertx.core.json.JsonObject getConfig()
public void setConfig(io.vertx.core.json.JsonObject config)
Copyright © 2021. All rights reserved.