public class GatewayKnotOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ADDRESS |
| Constructor and Description |
|---|
GatewayKnotOptions()
Default constructor
|
GatewayKnotOptions(GatewayKnotOptions other)
Copy constructor
|
GatewayKnotOptions(io.vertx.core.json.JsonObject json)
Create an settings from JSON
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
GatewayKnotOptions |
setAddress(String address)
The event bus
address the knot is listening on. |
io.vertx.core.json.JsonObject |
toJson()
Convert to JSON
|
public static final String DEFAULT_ADDRESS
public GatewayKnotOptions()
public GatewayKnotOptions(GatewayKnotOptions other)
other - the instance to copypublic GatewayKnotOptions(io.vertx.core.json.JsonObject json)
json - the JSONpublic io.vertx.core.json.JsonObject toJson()
public String getAddress()
public GatewayKnotOptions setAddress(String address)
address the knot is listening on.
Default is knotx.gateway.gatewayknotaddress - an event bus addressCopyright © 2016–2020. All rights reserved.