com.fhs.trans.fi.TransRefresher Maven / Gradle / Ivy
package com.fhs.trans.fi;
import java.util.Map;
/**
* 实际刷新消息的干活的方法
*
* @author user
* @date 2020-05-19 10:22:39
*/
@FunctionalInterface
public interface TransRefresher {
/**
* 给一个消息去刷新transservice中的缓存数据
*
* @param message 消息对象
*/
void refreshCache(Map message);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy