Blame view

java110-interface/src/main/resources/config/event.properties 697 Bytes
88e030b7   王彪总   init project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  java110.event.properties.orderDispatchListener=\
    custDispatchListener,\
    custDispatchListener,\
    merchantDispatchListener,\
    commonDispatchListener
  
  java110.event.properties.orderDispatchEvent=\
    C1::com.java110.event.app.cust.AppCustEvent,\
    C2::com.java110.event.app.cust.AppCustEvent,\
    C1D::com.java110.event.app.cust.AppDeleteCustEvent
  
  ## service A::B##M@@C@@D M is after method(the method is in the CommonDispatchAfterMethod class) name ,
  ### if method is 0 , no method need to do
  java110.event.properties.listener.service=\
    Test1::http://user-service/test/sayHello?param={param}##0@@http://user-service/test/sayHello?param={param}@@http://user-service/test/sayHello?param={param}