Class GetRelationshipsResult
java.lang.Object
io.fluxcapacitor.common.api.modeling.GetRelationshipsResult
- All Implemented Interfaces:
JsonType
,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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fluxcapacitor.common.api.RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
GetRelationshipsResult
public GetRelationshipsResult()
-