com.azure.spring.cloud.config.health.AppConfigurationStoreHealth Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-spring-cloud-appconfiguration-config Show documentation
Show all versions of azure-spring-cloud-appconfiguration-config Show documentation
Integration of Spring Cloud Config and Azure App Configuration Service
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.spring.cloud.config.health;
/**
* App Configuration Health states
*/
public enum AppConfigurationStoreHealth {
/**
* Last connection attempt to Configuration Store succeeded.
*/
UP,
/**
* Last connection attempt to Configuration Store failed.
*/
DOWN,
/**
* Configuration Store isn't loaded.
*/
NOT_LOADED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy