Interface PostedDocumentLoader

All Known Implementing Classes:
SpringPostedDocumentLoader
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PostedDocumentLoader
Loads persisted document aggregates for chronological posting restoration.

The framework starter supplies an implementation backed by Spring Data repositories. Core-only embedding can provide its own loader through the extended PostingEngine constructor.