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

cn.ly.base_common.dayu.custom.breaker.StringCircuitBreaker Maven / Gradle / Ivy

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

/**
 * Created by liaomengge on 2019/6/26.
 */
public interface StringCircuitBreaker extends CircuitBreaker {

    @Override
    default String fallback() {
        return "LY_DAYU_CUSTOM_FALLBACK";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy