YzgTimeoutHeart.java 234 Bytes
package com.yanzuoguang.util.helper;

/**
 * 超时监控
 *
 * @author 颜佐光
 */
public interface YzgTimeoutHeart {
    /**
     * 心跳运行
     *
     * @param time 已经运行的时间
     */
    void heart(long time);
}