Class DirectModelUpdate

java.lang.Object
io.fluxzero.sdk.modeling.DirectModelUpdate

public class DirectModelUpdate extends Object
Framework event that durably replays direct Graph.update(java.util.function.UnaryOperator) and Graph.delete() changes.

A direct graph update has no serializable domain apply of its own. Fluxzero therefore stores the resulting typed model value in this event while publishing the original domain event separately. Multiple models changed by one interceptor share one event payload. A null state denotes deletion.

Applications normally never construct or handle this type directly.