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