java110
2023-08-15 20001a775126c1be95a2b84cebb8813a54608712
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}