- Mastering Microservices with Java
- Sourabh Sharma
- 131字
- 2021-07-02 13:03:38
Customer-supplier
The customer-supplier pattern represents the relationship between two bounded contexts, when the output of one bounded context is required for the other bounded context. That is, one supplies the information to the other (known as the customer), who consumes the information. The supplier provides the output; the customer consumes the output.
In a real-world example, a car dealer cannot sell cars until the car manufacturer delivers them. Hence, in this domain model, the car manufacturer is the supplier and the dealer is the customer. This relationship establishes a customer-supplier relationship, because the output (car) of one bounded context (car-manufacturer) is required by the other bounded context (dealer).
Here, both customer and supplier teams should meet regularly to establish a contract and form the right protocol to communicate with each other.
- Deploying Node.js
- MySQL數據庫管理實戰
- SQL Server 2016從入門到精通(視頻教學超值版)
- Boost C++ Application Development Cookbook(Second Edition)
- Learn Scala Programming
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 深入淺出PostgreSQL
- JavaScript入門經典
- Teaching with Google Classroom
- 從零開始學C語言
- Java Web開發就該這樣學
- 計算機應用基礎教程(Windows 7+Office 2010)
- Node.js區塊鏈開發
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- scikit-learn Cookbook(Second Edition)