How to get a partial data from an specific module outside it? #313
Unanswered
israelcosta09
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions