qunar.tc.qconfig.servercommon.service.IAlarmService Maven / Gradle / Ivy
The newest version!
package qunar.tc.qconfig.servercommon.service;
import qunar.tc.qconfig.servercommon.bean.AlarmType;
import java.util.Set;
/**
* Created by pingyang.yang on 2019-05-13
*/
public interface IAlarmService {
void sendMailAlarm(String title, String content, Set names);
void sendRtxAlarm(String titleWithContent, Set rtxId);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy