Replies: 1 comment
-
I think this is because you can't have different NotificationHandlers for different DomainEvents when all DomainEvents end up in the same |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the method GetNotificationCorrespondingToDomainEvent in https://github.com/jasontaylordev/CleanArchitecture/blob/main/src/Infrastructure/Services/DomainEventService.cs, it has the following method,
How it compares with new DomainEventNotification(....)? BTW, is the "!" at the end needed?
Beta Was this translation helpful? Give feedback.
All reactions