Class GetModelChange
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.modeling.GetModelChange
- All Implemented Interfaces:
JsonType
Resolves the durable targets and exact state boundary of one independent-model commit substep.
This is a cold-path introspection request used by graph-aware consumers. Ordinary model commits and events do not carry target lists merely to support consumers that do not need them.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTarget-free metric representation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoMetric()Converts this object into a compact metric representation for logging or monitoring.
-
Constructor Details
-
GetModelChange
public GetModelChange()
-
-
Method Details
-
toMetric
Description copied from interface:JsonTypeConverts this object into a compact metric representation for logging or monitoring.Used by the Fluxzero Java SDK to avoid logging large payloads directly while still tracking platform usage.
- Returns:
- a safe and compact object suitable for serialization to the metrics log
-