Java重試模塊抽象

/** * * @author claireliu * @date 2017/12/20 */ public interface RetryProcessor<T> { T process() throws TimeoutException; } /** * * @author claireliu * @date 2017/12/20 */ public class SomeRetry
相關文章
相關標籤/搜索