Class CustomHealthCheckExample.MyCustomerHealthCheck
- java.lang.Object
-
- io.streamthoughts.examples.azkarra.healthcheck.CustomHealthCheckExample.MyCustomerHealthCheck
-
- All Implemented Interfaces:
HealthIndicator
- Enclosing class:
- CustomHealthCheckExample
@Component @Singleton public static class CustomHealthCheckExample.MyCustomerHealthCheck extends Object implements HealthIndicator
-
-
Constructor Summary
Constructors Constructor Description MyCustomerHealthCheck()
-
-
-
Method Detail
-
getHealth
public Health getHealth()
Description copied from interface:HealthIndicator
Gets the health for a service or sub-system.- Specified by:
getHealth
in interfaceHealthIndicator
- Returns:
- a new
Health
instance.
-
-