...
A basic event sourcing application is straightforward to create and working with event sourcing is very similar to Working with State Replication with the exception that the application does not need to expose a state factory to the underlying AepEngine. You Your application state does not even need to be modeled via ADM, because the underlying engine and store does not need to be aware of it.
...