<applications> <application name="application"> <modules> <module name="myModule1" > <interfaces> <publish service="publishService" /> <eventReceived service="eventService" /> </interfaces> </module> <module name="myModule2" > <interfaces> <subscribe service="publishService" /> <eventSend service="eventService" /> </interfaces> </module> </application> </applications>In that case:
myModule1 is a provider for the publishService Service and a subscriber for the eventService ServicemyModule2 is a provider for the eventService Service and a subscriber for the publishService ServiceCopyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence