Interface WithAggregateChange<E>

All Superinterfaces:
RelationalEvent<E>
All Known Implementing Classes:
AfterDeleteEvent, AfterSaveEvent, BeforeDeleteEvent, BeforeSaveEvent, RelationalDeleteEvent, RelationalSaveEvent

public interface WithAggregateChange<E> extends RelationalEvent<E>
RelationalEvent that represents a change to an aggregate and therefore has an AggregateChange
Author:
Jens Schauder
  • Method Details

    • getAggregateChange

      AggregateChange<E> getAggregateChange()
      Returns:
      Guaranteed to be not null.