December 2017
Intermediate to advanced
468 pages
13h 12m
English
The mediator topology pattern is used to design systems/processes that will need some level of coordination/orchestration in order to process the event. The ideal example of this scenario could be the order processing example, where there are multiple steps, such as order entry, inventory validation, finance validation, and so on. All these steps require some level of orchestration in order to assess whether they can be performed serially or in parallel. There are four main components within the mediator topology:
All these components are depicted in the following diagram:
The client sends an event, which is then received by the event queue. The ...
Read now
Unlock full access