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

com.fhs.trans.fi.TransRefresher Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
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