Uses of Class
io.helidon.metrics.RegistryFactory
-
Packages that use RegistryFactory Package Description io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats. -
-
Uses of RegistryFactory in io.helidon.metrics
Methods in io.helidon.metrics that return RegistryFactory Modifier and Type Method Description static RegistryFactory
RegistryFactory. create()
Deprecated, for removal: This API element is subject to removal in a future version.static RegistryFactory
RegistryFactory. create(Config config)
Deprecated, for removal: This API element is subject to removal in a future version.static RegistryFactory
RegistryFactory. getInstance()
Deprecated, for removal: This API element is subject to removal in a future version.static RegistryFactory
RegistryFactory. getInstance(Config config)
Deprecated, for removal: This API element is subject to removal in a future version.
-