@Configuration
@ConditionalOnClass(value={com.azure.cosmos.CosmosAsyncClient.class,org.springframework.boot.actuate.health.HealthIndicator.class})
@PropertySource(value="classpath:/azure-spring-actuator.properties")
@AutoConfigureAfter(value=CosmosAutoConfiguration.class)
public class CosmosHealthConfiguration
extends Object
| Constructor and Description |
|---|
CosmosHealthConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.HealthIndicator |
cosmosHealthContributor(com.azure.cosmos.CosmosAsyncClient cosmosAsyncClient) |
Copyright © 2021 Microsoft Corporation. All rights reserved.