Uses of Class
io.vertx.servicediscovery.Status
-
Packages that use Status Package Description io.vertx.servicediscovery -
-
Uses of Status in io.vertx.servicediscovery
Methods in io.vertx.servicediscovery that return Status Modifier and Type Method Description Status
Record. getStatus()
Gets the current status of the service.static Status
Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Status[]
Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.servicediscovery with parameters of type Status Modifier and Type Method Description Record
Record. setStatus(Status status)
Sets the status of the service.
-