IT 統合トラムは、API 主導の接続アプローチに従って、注文処理ビジネス プロセスを実装しました。新しい製品の注文を検証、作成、履行するさまざまなマイクロサービスとのステートフルなやり取りを調整する注文処理 AP を作成しました。使用する?
正解:A
The interaction composition pattern used by the integration architect for the order processing API that coordinates stateful interactions with various microservices is called orchestration. Orchestration involves managing and coordinating multiple services to achieve a specific business process or workflow. In this case, the order processing API is responsible for validating, creating, and fulfilling new product orders by coordinating interactions with different microservices.
Orchestration provides a centralized control mechanism where the order processing API acts as the orchestrator, handling the sequence of service calls, managing state, and ensuring that the business process is executed correctly.
References
* MuleSoft API-led Connectivity Approach
* Patterns for Microservices and API Design