Class GetRelationshipsResult

java.lang.Object
io.fluxcapacitor.common.api.modeling.GetRelationshipsResult
All Implemented Interfaces:
JsonType, RequestResult

public class GetRelationshipsResult extends Object implements RequestResult
Response to a GetRelationships request, containing all known relationships for a given entity ID.

This includes all aggregates that reference or embed the specified entity, along with the entity ID used in the relationship.

See Also:
  • Constructor Details

    • GetRelationshipsResult

      public GetRelationshipsResult()