com.litongjava.tio.utils.notification.NotificationTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tio-utils Show documentation
Show all versions of tio-utils Show documentation
t-io is a aio framework for java
package com.litongjava.tio.utils.notification;
public interface NotificationTemplate {
String alarmTemplate = "- Alarm Time : %s\n"//
+ "- App Group Name : %s\n" //
+ "- App Name : %s\n" //
+ "- Alarm name : %s\n" //
+ "- Alarm Level : %s\n" //
+ "- Alarm Device : %s\n" //
+ "- Alarm Content : \n" //
+ "%s\n";
}