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

org.noear.water.protocol.Monitoring Maven / Gradle / Ivy

There is a newer version: 2.14.2
Show newest version
package org.noear.water.protocol;

import org.noear.water.protocol.model.monitor.ELineModel;
import org.noear.water.protocol.model.monitor.ETimeType;

import java.util.List;

/**
 * 监控查询器
 * */
public interface Monitoring {
    void pull(MonitorType type) throws Exception;
    List query(MonitorType type, String instanceId, ETimeType timeType, Integer dataType) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy