Constants.java

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.spring.utils;

/**
 * Util class for Constants
 */
public class Constants {

    public static final String AZURE_KEYVAULT_PROPERTYSOURCE_NAME = "azurekv";

    public static final long DEFAULT_REFRESH_INTERVAL_MS = 1800000L;

}