提交 | 用户 | 时间 | ||
cf56eb | 1 | package com.iailab.module.shasteel.mq.common.constant; |
8766cf | 2 | |
L | 3 | public interface RoutingConstant { |
4 | ||
c9ff6a | 5 | String EXCHANGE = "FastShasteel"; |
潘 | 6 | |
8766cf | 7 | // 预测模型完成路由 |
L | 8 | String Iailab_Model_PredictFinish = "Iailab.Model.PredictFinish"; |
9 | ||
10 | //预警消息路由 | |
11 | String Iailab_Model_Alarm = "Iailab.Model.Alarm"; | |
12 | } |