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.

@FunctionalInterface public static interface InMemoryEventStore.ModelCommitMaterializer
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 Type
    Method
    Description
    materialize(io.fluxzero.common.api.modeling.CommitModels commit, List<io.fluxzero.common.api.modeling.ModelUpdate> assignedUpdates, Set<String> excludedModelIds)
     
  • Method Details

    • materialize

      Runnable materialize(io.fluxzero.common.api.modeling.CommitModels commit, List<io.fluxzero.common.api.modeling.ModelUpdate> assignedUpdates, Set<String> excludedModelIds)