Class GetAggregateIdsResult
java.lang.Object
io.fluxzero.common.api.modeling.GetAggregateIdsResult
- All Implemented Interfaces:
JsonType, RequestResult
Response to a
GetAggregateIds request, returning a mapping of aggregate IDs to types.
The result indicates all aggregates that are associated with the provided entity ID. This is particularly useful for routing messages or updates when only an entity reference is known.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
GetAggregateIdsResult
public GetAggregateIdsResult()
-