Class StartedHealthIndicator
java.lang.Object
io.camunda.zeebe.gateway.impl.probes.health.StartedHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public class StartedHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
Health indicator that signals whether the gateway is starting
DOWN , running UP
or shut down OUT_OF_SERVICE-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Field Details
-
LOG
public static final org.slf4j.Logger LOG
-
-
Constructor Details
-
StartedHealthIndicator
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-