yangys
2024-05-11 522dafb06be3374f27d087c370bcf06027e0f1cc
1
2
3
4
5
6
7
8
9
10
11
package com.qianwen.core.context.task;
 
public interface TaskConstants {
    public static final String TASK_NOTIFY_TOPIC = "task-center-notify-topic";
    public static final String ROCKET_TASK_SENDER = "rocket-task-sender";
    public static final String NOTIFY_TASK = "notifier_task";
    public static final String IOT_TASK = "iot_task";
    public static final String TASK_CENTER_TOPIC = "task-center-topic";
    public static final String NOTIFY_CENTER_SEND_TOPIC = "notify-center-send-topic";
    public static final String NOTIFY_CENTER_HISTORY_TOPIC = "notify-center-history-topic";
}