Uses of Interface
io.serialized.client.aggregate.AggregateUpdate
| Package | Description |
|---|---|
| io.serialized.client.aggregate |
-
Uses of AggregateUpdate in io.serialized.client.aggregate
Methods in io.serialized.client.aggregate with parameters of type AggregateUpdate Modifier and Type Method Description voidAggregateClient. update(String aggregateId, AggregateUpdate<T> update)Update the aggregate.voidAggregateClient. update(UUID aggregateId, AggregateUpdate<T> update)Update the aggregate.voidAggregateClient. update(UUID aggregateId, UUID tenantId, AggregateUpdate<T> update)Update the aggregate.