wuxw
2019-05-09 e546f6e157e79e4074ca23f7e4e48a5c9aea4fdb
java110-event/src/main/java/com/java110/event/center/DataFlowEventPublishing.java
@@ -1,5 +1,6 @@
package com.java110.event.center;
import com.alibaba.fastjson.JSONObject;
import com.java110.common.constant.CommonConstant;
import com.java110.common.exception.BusinessException;
import com.java110.common.factory.ApplicationContextFactory;
@@ -252,6 +253,16 @@
        multicastEvent(new InvokeBusinessSystemEvent("",dataFlow));
    }
    /**
     * 调用业务系统成功后事件
     * @param dataFlow
     * @param business 成功的事件业务数据封装对象
     */
    public static void invokeBusinessBSuccess(IOrderDataFlowContext dataFlow, Business business, JSONObject businessResponseData){
        multicastEvent(new InvokeBusinessBSuccessEvent("",dataFlow,business,businessResponseData));
    }
    /**
     * 调用业务系统成功后事件
     * @param dataFlow