package com.dingzhuo.compute.engine.message; public enum ExecuteType { /** * 到点触发 */ TIMER, /** * 强制计算 */ DEMAND }