Uses of Interface
org.commonjava.o11yphant.metrics.api.healthcheck.HealthCheck
-
Packages that use HealthCheck Package Description org.commonjava.o11yphant.metrics.api org.commonjava.o11yphant.metrics.api.healthcheck -
-
Uses of HealthCheck in org.commonjava.o11yphant.metrics.api
Methods in org.commonjava.o11yphant.metrics.api with parameters of type HealthCheck Modifier and Type Method Description voidMetricRegistry. registerHealthCheck(String name, HealthCheck healthCheck) -
Uses of HealthCheck in org.commonjava.o11yphant.metrics.api.healthcheck
Methods in org.commonjava.o11yphant.metrics.api.healthcheck that return types with arguments of type HealthCheck Modifier and Type Method Description Map<String,HealthCheck>CompoundHealthCheck. getHealthChecks()
-