![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.alarm.AlarmNotifier Maven / Gradle / Ivy
package com.github.ltsopensource.alarm;
/**
* @author Robert HG ([email protected]) on 2/17/16.
*/
public interface AlarmNotifier {
/**
* 告警发送通知
*/
void notice(T message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy