Axon and support for online synchronisation

Hi I am just wondering if Axon provide some solution for syncing data with offline client (mobile phones).

For example solution from this presentation https://skillsmatter.com/skillscasts/1980-cqrs-not-just-for-server-systems

Hi Lukasz,

unfortunately, there aren’t any out-of-the-box features or settings that you can use. Instead, it’s just the concept of CQRS that makes a good match for these kinds of systems. Having Events makes it easier to synchronize what happened with a server system once a connection is back.

Cheers,

Allard