
com.alibaba.easyretry.common.resolve.ExecutorSolver Maven / Gradle / Ivy
The newest version!
package com.alibaba.easyretry.common.resolve;
/**
* @author Created by wuhao on 2020/11/8.
*/
public interface ExecutorSolver {
Object resolver(String executorName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy