- java.lang.Object
-
- org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- com.azure.spring.autoconfigure.cosmos.CosmosHealthIndicator
-
- All Implemented Interfaces:
- org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator
public class CosmosHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
Simple implementation of a HealthIndicator
returning status information for
Cosmos data stores.
-
-
Constructor Summary
Constructors
Constructor and Description |
CosmosHealthIndicator(com.azure.cosmos.CosmosAsyncClient cosmosAsyncClient) |
-
Method Summary
-
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
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.