Replies: 2 comments
-
Same question. @kgrzybek Please explain why you made an exception in this case? Because registrations and user access are closely related? |
Beta Was this translation helpful? Give feedback.
-
@forgoty I read this article and I think I understand it. There are several methods to communicate between modules, each with its own advantages: Messaging - Ensures the lowest coupling, modularity, and autonomy but comes at the cost of complexity. |
Beta Was this translation helpful? Give feedback.
-
I've noticed that single exception when modules are directly call each other is when Registrations module calls UserAccess. This happens as the reaction on UserRegistrationConfirmedNotification.
The question is: why this notification isn't consumed by UserAccess module itself?
Beta Was this translation helpful? Give feedback.
All reactions