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