What would be a good way to implement a recurring trigger (say at a given time of the day every day) command for all Aggregate instances?
Example, Lets say that we have 10,000 Loan Aggregate instances and at the end of every day we want to trigger an Interest Accrual command on each Loan.
Please could you suggest how this could be implemented using the Axon framework?