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

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 - 2024 Weber Informatics LLC | Privacy Policy