Uses of Class
io.streamthoughts.azkarra.http.health.Health
-
Packages that use Health Package Description io.streamthoughts.azkarra.http.health io.streamthoughts.azkarra.http.health.internal io.streamthoughts.examples.azkarra.healthcheck -
-
Uses of Health in io.streamthoughts.azkarra.http.health
Methods in io.streamthoughts.azkarra.http.health that return Health Modifier and Type Method Description Health
HealthAggregator. aggregate(List<Health> healths)
Aggregates the specifiedHealth
instances to a single one.Health
Health.Builder. build()
Builds a newHealth
instance.Health
HealthIndicator. getHealth()
Gets the health for a service or sub-system.Method parameters in io.streamthoughts.azkarra.http.health with type arguments of type Health Modifier and Type Method Description Health
HealthAggregator. aggregate(List<Health> healths)
Aggregates the specifiedHealth
instances to a single one.static List<Status>
StatusAggregator. getAllStatus(Collection<Health> healths)
Static helper that can be used for retrieving only status from a list ofHealth
instances. -
Uses of Health in io.streamthoughts.azkarra.http.health.internal
Methods in io.streamthoughts.azkarra.http.health.internal that return Health Modifier and Type Method Description Health
StreamsHealthIndicator. getHealth()
Gets the health for a service or sub-system. -
Uses of Health in io.streamthoughts.examples.azkarra.healthcheck
Methods in io.streamthoughts.examples.azkarra.healthcheck that return Health Modifier and Type Method Description Health
CustomHealthCheckExample.MyCustomerHealthCheck. getHealth()
-