All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.spring.cloud.config.health.AppConfigurationStoreHealth Maven / Gradle / Ivy

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