Class SidecarServiceOptions
java.lang.Object
io.vertx.ext.consul.connect.SidecarServiceOptions
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorSidecarServiceOptions(JsonObject options) Constructor from JSON -
Method Summary
Modifier and TypeMethodDescriptionintgetPort()getProxy()voidsetChecks(List<JsonObject> checks) setPort(int port) setProxy(ProxyOptions proxy) toJson()Convert to JSON
-
Constructor Details
-
SidecarServiceOptions
public SidecarServiceOptions()Default constructor -
SidecarServiceOptions
Constructor from JSON- Parameters:
options- the JSON
-
-
Method Details
-
toJson
-
getPort
public int getPort() -
setPort
-
getProxy
-
setProxy
-
getChecks
-
setChecks
-