Package su.onno.posting
package su.onno.posting
-
ClassDescriptionPublished after a document has been successfully posted and its posting transaction has committed (movements written, balances checked,
_postedflipped).Published after a document has been unposted and its unpost transaction has committed (register movements reversed/deactivated,_postedcleared).Loads persisted document aggregates for chronological posting restoration.Narrow SPI thePostingEngineuses to emitDocumentPostedEvent/DocumentUnpostedEventafter a post/unpost transaction commits.Posts documents: runs theirPostablelogic, writes the resulting register movements and totals, enforces non-negative balances, then flips_posted.RegisterPersistence<T extends AccumulationRecord>