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

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

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

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

    R execute();

    R fallback();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy