public interface AggregateChange<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
AggregateChange.Kind
The kind of action to be performed on an aggregate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
forEachAction(Consumer<? super DbAction<?>> consumer)
Applies the given consumer to each
DbAction in this AggregateChange. |
T |
getEntity()
The entity to which this
AggregateChange relates. |
Class<T> |
getEntityType()
The type of the root of this
AggregateChange. |
AggregateChange.Kind |
getKind()
Returns the
AggregateChange.Kind of AggregateChange this is. |
AggregateChange.Kind getKind()
AggregateChange.Kind of AggregateChange this is.Class<T> getEntityType()
AggregateChange.@Nullable T getEntity()
AggregateChange relates.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.