Package lv.id.jc.piglatin.actuator
Class BlogHealthIndicator
java.lang.Object
lv.id.jc.piglatin.actuator.BlogHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor
,org.springframework.boot.actuate.health.HealthIndicator
@Component
public class BlogHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
-
Constructor Summary
ConstructorDescriptionBlogHealthIndicator
(IntSupplier statusCodeSupplier, IntFunction<org.springframework.boot.actuate.health.Health> healthFunction) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
BlogHealthIndicator
public BlogHealthIndicator(IntSupplier statusCodeSupplier, IntFunction<org.springframework.boot.actuate.health.Health> healthFunction)
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
health
in interfaceorg.springframework.boot.actuate.health.HealthIndicator
-