
cn.sanenen.sunutils.chain.IMsgChain Maven / Gradle / Ivy
package cn.sanenen.sunutils.chain;
import java.util.List;
/**
* @author sun
* @date 2020-12-21
**/
public interface IMsgChain {
String DATA_KEY = "DATA";
void setHandlers(List> handlers);
void execute(T t) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy