Package edu.ucsb.cs156.example.config
Class SignInHealthIndicator
java.lang.Object
edu.ucsb.cs156.example.config.SignInHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor
,org.springframework.boot.actuate.health.HealthIndicator
@Component
public class SignInHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
-
Constructor Details
-
SignInHealthIndicator
public SignInHealthIndicator()
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
health
in interfaceorg.springframework.boot.actuate.health.HealthIndicator
-