adamsaghy commented on PR #6043:
URL: https://github.com/apache/fineract/pull/6043#issuecomment-4852799977

   > Hey @adamsaghy , I don't think we can use handleCommand for all three, 
otherwise the same collision will happen. How about handleHolidayCommand, 
handleSchedulerCommand, handleRoleCommand? Does that work?
   
   What kind of collision you are referring? The method names can be the same 
for different swagger classes, no?
   
   Example:
   
   `fineractClient.holidays.handleCommand(...)
   `fineractClient.schedulers.handleCommand(...)`
   `fineractClient.roles.handleCommand(...)`
   
   Am I mistaken?


-- 
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]

Reply via email to