fix: wms任务完成取消消费者
This commit is contained in:
@@ -10,10 +10,15 @@ import java.util.Map;
|
||||
@Data
|
||||
public class TaskEventMessage {
|
||||
|
||||
/** 任务完成 */
|
||||
public static final String EVENT_TYPE_FINISHED = "TASK_FINISHED";
|
||||
/** 任务取消 */
|
||||
public static final String EVENT_TYPE_CANCELLED = "TASK_CANCELLED";
|
||||
|
||||
/** 事件ID */
|
||||
private String eventId;
|
||||
|
||||
/** 事件类型:TASK_FINISHED / TASK_CANCELLED */
|
||||
/** 事件类型,取值:{@link #EVENT_TYPE_FINISHED} / {@link #EVENT_TYPE_CANCELLED} */
|
||||
private String eventType;
|
||||
|
||||
/** 任务ID */
|
||||
|
||||
Reference in New Issue
Block a user