Interface WithAggregateChange<E>
- All Superinterfaces:
RelationalEvent<E>, ResolvableTypeProvider
- All Known Implementing Classes:
AfterDeleteEvent, AfterSaveEvent, BeforeDeleteEvent, BeforeSaveEvent, RelationalDeleteEvent, RelationalSaveEvent
RelationalEvent that represents a change to an aggregate and therefore has an AggregateChange- Author:
- Jens Schauder
-
Method Summary
Methods inherited from interface RelationalEvent
getEntity, getResolvableType, getType
-
Method Details
-
getAggregateChange
AggregateChange<E> getAggregateChange()- Returns:
- Guaranteed to be not null.
-