save
Saves a snapshot to the in-memory map by serializing it to JSON. The atomic map computation ignores candidates older than the stored snapshot.
Return
a Mono that completes when the save operation is done
Parameters
snapshot
the snapshot to save
Type Parameters
S
the aggregate state type