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

cn.hippo4j.starter.alarm.NotifyPlatformEnum Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.starter.alarm;

/**
 * Notify platform enum.
 *
 * @author chen.ma
 * @date 2021/8/15 15:50
 */
public enum NotifyPlatformEnum {

    /**
     * 钉钉
     */
    DING,

    /**
     * 飞书
     */
    LARK,

    /**
     * 企业微信
     */
    WECHAT

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy