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

cn.ly.base_common.dayu.custom.consts.CircuitBreakerConst Maven / Gradle / Ivy

package cn.ly.base_common.dayu.custom.consts;

/**
 * Created by liaomengge on 17/1/10.
 */
public interface CircuitBreakerConst {

    interface Metric {
        String CIRCUIT_BREAKER_PREFIX = "metric-circuit-breaker.";
    }

    /**
     * 缓存后缀
     */
    interface CacheKeySuffix {
        String REDIS_LATEST_FAILURE_TIME = ":latest:failure:time";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy