Class GetAggregateIds

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

public class GetAggregateIds extends Request
Request to retrieve all aggregate identifiers associated with a given entity ID.

In Fluxzero, entities may be referenced across multiple aggregates. This request returns a mapping from aggregate type to aggregate ID for each aggregate that is related to the given entity ID.

This is typically used in systems that maintain cross-aggregate relationships or need to route updates based on entity identity.

See Also:
  • Constructor Details

    • GetAggregateIds

      public GetAggregateIds()