- 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.
- C語言程序設(shè)計(第2 版)
- C語言程序設(shè)計案例教程(第2版)
- 程序設(shè)計與實踐(VB.NET)
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- MATLAB定量決策五大類問題
- 鋒利的SQL(第2版)
- C#程序設(shè)計基礎(chǔ):教程、實驗、習(xí)題
- HTML5入門經(jīng)典
- Python機器學(xué)習(xí):預(yù)測分析核心算法
- 軟件測試教程
- 零基礎(chǔ)學(xué)HTML+CSS
- 奔跑吧 Linux內(nèi)核
- JavaScript編程精解(原書第2版)
- WCF全面解析
- 區(qū)塊鏈原理、設(shè)計與應(yīng)用