taskain7 commented on code in PR #3253:
URL: https://github.com/apache/fineract/pull/3253#discussion_r1229224343
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/config/FineractProperties.java:
##########
@@ -190,6 +192,30 @@ public static class FineractEventsProperties {
private FineractExternalEventsProperties external;
}
+ @Getter
+ @Setter
+ public static class FineractTaskExecutor {
+
+ private FineractEventTaskExecutor eventTaskExecutor;
Review Comment:
replaced under the event properties
--
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]