Interface InMemoryEventStore.ModelCommitMaterializer
- Enclosing class:
InMemoryEventStore
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Applies direct model documents and due snapshots, returning their local-handler publication for execution after
the materialized state and graph-projection fences have advanced.
-
Method Summary
Modifier and TypeMethodDescriptionmaterialize(io.fluxzero.common.api.modeling.CommitModels commit, List<io.fluxzero.common.api.modeling.ModelUpdate> assignedUpdates, Set<String> excludedModelIds)
-
Method Details
-
materialize
-