- java.lang.Object
-
- org.springframework.cloud.gcp.autoconfigure.pubsub.health.PubSubHealthIndicatorAutoConfiguration
-
@Configuration
@ConditionalOnClass(value={org.springframework.boot.actuate.health.HealthIndicator.class,PubSubTemplate.class})
@ConditionalOnBean(value=PubSubTemplate.class)
@ConditionalOnEnabledHealthIndicator(value="pubsub")
@AutoConfigureBefore(value=org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class)
@AutoConfigureAfter(value=GcpPubSubAutoConfiguration.class)
public class PubSubHealthIndicatorAutoConfiguration
extends Object
- Since:
- 1.2.2
- Author:
- Vinicius Carvalho
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.