Class GreenButtonApiHealthIndicator
java.lang.Object
energy.eddie.regionconnector.us.green.button.health.GreenButtonApiHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.health.contributor.HealthContributor,org.springframework.boot.health.contributor.HealthIndicator
@Component
public class GreenButtonApiHealthIndicator
extends Object
implements org.springframework.boot.health.contributor.HealthIndicator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.boot.health.contributor.Healthhealth()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.health.contributor.HealthIndicator
health
-
Constructor Details
-
GreenButtonApiHealthIndicator
-
-
Method Details
-
health
public @Nullable org.springframework.boot.health.contributor.Health health()- Specified by:
healthin interfaceorg.springframework.boot.health.contributor.HealthIndicator
-