| Package | Description |
|---|---|
| io.serialized.client.aggregate |
| Modifier and Type | Method and Description |
|---|---|
int |
AggregateClient.bulkUpdate(Set<UUID> aggregateIds,
AggregateUpdate<T> update) |
int |
AggregateClient.update(String aggregateId,
AggregateUpdate<T> update)
Update the aggregate.
|
int |
AggregateClient.update(UUID aggregateId,
AggregateUpdate<T> update)
Update the aggregate.
|
Copyright © 2022. All rights reserved.