Class PubSubSubscriptionHealthIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
com.google.cloud.spring.autoconfigure.pubsub.health.PubSubSubscriptionHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor
,org.springframework.boot.actuate.health.HealthIndicator
public class PubSubSubscriptionHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
- Since:
- 2.0.6
-
Constructor Summary
ConstructorDescriptionPubSubSubscriptionHealthIndicator
(HealthTrackerRegistry healthTrackerRegistry) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doHealthCheck
(org.springframework.boot.actuate.health.Health.Builder builder) Methods inherited from class org.springframework.boot.actuate.health.AbstractHealthIndicator
health
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
-
PubSubSubscriptionHealthIndicator
-
-
Method Details