Uses of Class
io.vertx.ext.consul.AclTokenType
-
Packages that use AclTokenType Package Description io.vertx.ext.consul -
-
Uses of AclTokenType in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return AclTokenType Modifier and Type Method Description static AclTokenType
AclTokenType. of(String name)
static AclTokenType
AclTokenType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AclTokenType[]
AclTokenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-