| Package | Description |
|---|---|
| io.knotx.gateway |
| Modifier and Type | Method and Description |
|---|---|
GatewayKnotOptions |
GatewayKnotOptions.setAddress(String address)
The event bus
address the knot is listening on. |
| Modifier and Type | Method and Description |
|---|---|
static void |
GatewayKnotOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
GatewayKnotOptions obj) |
static void |
GatewayKnotOptionsConverter.toJson(GatewayKnotOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
GatewayKnotOptionsConverter.toJson(GatewayKnotOptions obj,
Map<String,Object> json) |
| Constructor and Description |
|---|
GatewayKnotOptions(GatewayKnotOptions other)
Copy constructor
|
Copyright © 2016–2020. All rights reserved.