告警设置、告警上报
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.tongran.agent.client.service;
|
||||
|
||||
import com.tongran.agent.client.core.vo.AlarmVO;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface AlarmService {
|
||||
List<AlarmVO> alarmMonitor(long timestamp);
|
||||
}
|
||||
Reference in New Issue
Block a user