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