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

com.alibaba.easyretry.common.RetryExecutor Maven / Gradle / Ivy

The newest version!
package com.alibaba.easyretry.common;

import com.alibaba.easyretry.common.constant.enums.HandleResultEnum;

/**
 * @author Created by wuhao on 2021/3/2.
 */
public interface RetryExecutor {

	HandleResultEnum doExecute(RetryContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy