Uses of Class
io.vertx.ext.consul.connect.UpstreamOptions
-
Packages that use UpstreamOptions Package Description io.vertx.ext.consul.connect -
-
Uses of UpstreamOptions in io.vertx.ext.consul.connect
Methods in io.vertx.ext.consul.connect that return UpstreamOptions Modifier and Type Method Description UpstreamOptions
UpstreamOptions. setDc(String dc)
UpstreamOptions
UpstreamOptions. setDestinationName(String destinationName)
UpstreamOptions
UpstreamOptions. setLocalBindPort(int localBindPort)
Methods in io.vertx.ext.consul.connect that return types with arguments of type UpstreamOptions Modifier and Type Method Description List<UpstreamOptions>
ProxyOptions. getUpstreams()
Method parameters in io.vertx.ext.consul.connect with type arguments of type UpstreamOptions Modifier and Type Method Description ProxyOptions
ProxyOptions. setUpstreams(List<UpstreamOptions> upstreams)
-