Uses of Class
io.vertx.ext.consul.token.TokenApplyingOptions
-
Packages that use TokenApplyingOptions Package Description io.vertx.ext.consul.token -
-
Uses of TokenApplyingOptions in io.vertx.ext.consul.token
Subclasses of TokenApplyingOptions in io.vertx.ext.consul.token Modifier and Type Class Description class
NodeTokenApplyingOptions
class
ServiceTokenApplyingOptions
Methods in io.vertx.ext.consul.token that return TokenApplyingOptions Modifier and Type Method Description TokenApplyingOptions
TokenApplyingOptions. addDatacenter(String datacenter)
Adds a datacenter, likesetDatacenters(List)
TokenApplyingOptions
TokenApplyingOptions. setDatacenters(List<String> datacenters)
Sets an optional datacenters.TokenApplyingOptions
TokenApplyingOptions. setName(String name)
Sets a name
-