Uses of Class
io.fluxcapacitor.common.api.modeling.UpdateRelationships
Packages that use UpdateRelationships
-
Uses of UpdateRelationships in io.fluxcapacitor.javaclient.persisting.eventsourcing.client
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing.client with parameters of type UpdateRelationshipsModifier and TypeMethodDescriptionEventStoreClient.updateRelationships
(UpdateRelationships request) Updates entity relationships in the event store (e.g. parent-child, references).InMemoryEventStore.updateRelationships
(UpdateRelationships request) WebSocketEventStoreClient.updateRelationships
(UpdateRelationships request) Sends a request to update the relationships of an entity or aggregate.