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.

@FunctionalInterface public static interface InMemoryEventStore.ModelGraphProjectionMaterializer
Writes current materialized graph documents, returning their local-handler publication for execution after the graph-projection fence has advanced.
  • Method Summary

    Modifier and Type
    Method
    Description
    materialize(io.fluxzero.common.api.modeling.ModelGraphProjectionConfiguration configuration, Set<String> rootIds, long stateIndex, boolean rebuild)
     
  • Method Details

    • materialize

      Runnable materialize(io.fluxzero.common.api.modeling.ModelGraphProjectionConfiguration configuration, Set<String> rootIds, long stateIndex, boolean rebuild)