Class GetModelChange

java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.modeling.GetModelChange
All Implemented Interfaces:
JsonType

public class GetModelChange extends Request
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.

  • Constructor Details

    • GetModelChange

      public GetModelChange()
  • Method Details

    • toMetric

      public GetModelChange.Metric toMetric()
      Description copied from interface: JsonType
      Converts 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