Uses of Interface
com.kingsrook.qqq.middleware.health.HealthIndicator
Packages that use HealthIndicator
Package
Description
-
Uses of HealthIndicator in com.kingsrook.qqq.middleware.health.indicators
Classes in com.kingsrook.qqq.middleware.health.indicators that implement HealthIndicatorModifier and TypeClassDescriptionclassBasic health indicator that just reports UP always.classHealth indicator that checks database connectivity and connection pool health.classHealth indicator that checks available disk space.classHealth indicator that checks JVM memory usage. -
Uses of HealthIndicator in com.kingsrook.qqq.middleware.health.model.metadata
Methods in com.kingsrook.qqq.middleware.health.model.metadata that return types with arguments of type HealthIndicatorMethod parameters in com.kingsrook.qqq.middleware.health.model.metadata with type arguments of type HealthIndicatorModifier and TypeMethodDescriptionvoidHealthCheckMetaData.setIndicators(List<HealthIndicator> indicators) Setter for indicatorsHealthCheckMetaData.withIndicators(List<HealthIndicator> indicators) Fluent setter for indicators