- 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.
- 極簡算法史:從數學到機器的故事
- Node.js+Webpack開發實戰
- Mastering RabbitMQ
- DevOps for Networking
- 程序員數學:用Python學透線性代數和微積分
- C語言程序設計
- x86匯編語言:從實模式到保護模式(第2版)
- Mastering LibGDX Game Development
- Spring Boot進階:原理、實戰與面試題分析
- C語言程序設計
- Hands-On Full Stack Development with Go
- Python Essentials
- HoloLens與混合現實開發
- Geospatial Development By Example with Python
- 寫給青少年的人工智能(Python版·微課視頻版)