- java.lang.Object
-
- org.springframework.cloud.gcp.autoconfigure.datastore.health.DatastoreHealthIndicatorAutoConfiguration
-
@Configuration
@ConditionalOnClass(value={com.google.cloud.datastore.Datastore.class,org.springframework.boot.actuate.health.HealthIndicator.class})
@ConditionalOnBean(value=com.google.cloud.datastore.Datastore.class,
parameterizedContainer=java.util.function.Supplier.class)
@ConditionalOnEnabledHealthIndicator(value="datastore")
@AutoConfigureBefore(value=org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class)
@AutoConfigureAfter(value=GcpDatastoreAutoConfiguration.class)
public class DatastoreHealthIndicatorAutoConfiguration
extends Object
- Since:
- 1.2
- Author:
- Raghavan N S, Srinivasa Meenavalli, Mike Eltsufin, Chengyuan Zhao
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.