Interface InMemoryEventStore.ModelGraphProjectionMaterializer
- 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.
Writes current materialized graph documents, returning their local-handler publication for execution after the
graph-projection fence has advanced.
-
Method Summary
Modifier and TypeMethodDescriptionmaterialize(io.fluxzero.common.api.modeling.ModelGraphProjectionConfiguration configuration, Set<String> rootIds, long stateIndex, boolean rebuild)
-
Method Details
-
materialize
-