关于[Organizing (Commands, Events & Handlers) in Microservices]的摘要:
In a message-driven architecture such as SOA or Microservices, organizing commands and events, along with their respected handlers, can have a big impact on have you navigate your codebase. You might be surprised by the progression of how I organized them initially to what I do now! Also a tip on how to name commands and Events instead of after CRUD.
原文地址: https://codeopinion.com/organizing-commands-events-handlers-in-microservices/