Hello,
I’m currently validating whether Axon Framework supports live data / offline mode capabilities.
The way I was planning on doing it is by predicting what the command would do to a projection on the client-side until the command has either failed or the projection has been updated by the events generated by the command.
Is there any way to correlate the command that was dispatched with the current state of the projection?
Thanks,
Wayne