public interface AggregateUpdate<T>
| Modifier and Type | Method and Description |
|---|---|
List<Event<?>> |
apply(T state) |
default Optional<StateCache<T>> |
stateCache() |
default Optional<UUID> |
tenantId() |
default boolean |
useOptimisticConcurrencyOnUpdate()
Enable/disable optimistic concurrency control for aggregate updates.
|
default Optional<StateCache<T>> stateCache()
default boolean useOptimisticConcurrencyOnUpdate()
Copyright © 2021. All rights reserved.