Uses of Class
io.quarkus.runtime.metrics.MetricsFactory.Type
-
Packages that use MetricsFactory.Type Package Description io.quarkus.runtime.metrics -
-
Uses of MetricsFactory.Type in io.quarkus.runtime.metrics
Methods in io.quarkus.runtime.metrics that return MetricsFactory.Type Modifier and Type Method Description static MetricsFactory.TypeMetricsFactory.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsFactory.Type[]MetricsFactory.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.runtime.metrics with parameters of type MetricsFactory.Type Modifier and Type Method Description MetricsFactory.MetricBuilderMetricsFactory. builder(String name, MetricsFactory.Type type)
-