Replies: 1 comment
-
Not really familiar with C#, so I would like to know about this too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know how the notification handlers are executed. I was see the DomainEventsDispatcher that has:
But no NotificationHandlers listens for IDomainEvent.
All NotificationHandlers listen for DomainNotificationBase. So who throws DomainNotificationBases like MemberSubscriptionExpirationDateChangedNotification through the bus? For the corresponding NotificationHandler to be executed.
Beta Was this translation helpful? Give feedback.
All reactions