galovics commented on code in PR #2891:
URL: https://github.com/apache/fineract/pull/2891#discussion_r1072366927
##########
fineract-provider/src/main/java/org/apache/fineract/cob/loan/LoanAccountsStayedLockedBusinessEvent.java:
##########
@@ -39,4 +39,9 @@ public String getType() {
public String getCategory() {
return CATEGORY;
}
+
+ @Override
Review Comment:
In case a single aggregate root cannot be identified, for example the
LoanAccountsStayedLockedBusinessEvent. Multiple accounts stayed locked so
there's no singular event hence it doesn't matter which producer picks up the
message to be sent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]