|
|
|
@ -9,6 +9,9 @@ package org.springblade.common.constant.factorydata;
|
|
|
|
|
public abstract class FactoryDataConstants { |
|
|
|
|
|
|
|
|
|
public interface Mq { |
|
|
|
|
|
|
|
|
|
String DELAYED = "true"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 定义交换机 |
|
|
|
|
*/ |
|
|
|
@ -18,6 +21,7 @@ public abstract class FactoryDataConstants {
|
|
|
|
|
* 作业节点数据推送 |
|
|
|
|
*/ |
|
|
|
|
String NODE_DATA_PUSH = "factory.data.exchange.topic.nodeDataPush"; |
|
|
|
|
String NODE_DATA_PUSH_DELAYED = "factory.data.exchange.topic.nodeDataPushDelayed"; |
|
|
|
|
/** |
|
|
|
|
* 工厂订单数据 |
|
|
|
|
*/ |
|
|
|
|