- Notifications
You must be signed in to change notification settings - Fork2k
How to get a partial data from an specific module outside it?#313
Unanswered
israelcosta09 asked this question inGeneral
-
Hello! I'm new to this monolith modular architecture and I'm trying to create an app that contains some models. The first module contains an entity that have a relationship with an other entity in the second module. In the first module I have a materialized view that contains some information of the entity of the second module. How can I transport the necessary information to make materialized view between two modules without coupling the two modules? I know that an event bus or module contract are ways to integrate modules if a command was executed, but if I need to get informations from a module, there is some option like these? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment