Uses of Class
io.vertx.ext.consul.connect.ExposePathOptions
-
Packages that use ExposePathOptions Package Description io.vertx.ext.consul.connect -
-
Uses of ExposePathOptions in io.vertx.ext.consul.connect
Methods in io.vertx.ext.consul.connect that return ExposePathOptions Modifier and Type Method Description ExposePathOptions
ExposePathOptions. setListenerPort(Integer listenerPort)
ExposePathOptions
ExposePathOptions. setLocalPathPort(Integer localPathPort)
ExposePathOptions
ExposePathOptions. setPath(String path)
ExposePathOptions
ExposePathOptions. setProtocol(String protocol)
Methods in io.vertx.ext.consul.connect that return types with arguments of type ExposePathOptions Modifier and Type Method Description List<ExposePathOptions>
ExposeOptions. getPaths()
Method parameters in io.vertx.ext.consul.connect with type arguments of type ExposePathOptions Modifier and Type Method Description ExposeOptions
ExposeOptions. setPaths(List<ExposePathOptions> paths)
-