Class DirectModelUpdate
java.lang.Object
io.fluxzero.sdk.modeling.DirectModelUpdate
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOne exact model stream and its resulting serialized value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the one state carried for the requested persisted model identity.
-
Constructor Details
-
DirectModelUpdate
-
-
Method Details
-
target
Returns the one state carried for the requested persisted model identity.
-