See: Description
| Class | Description |
|---|---|
| AggregateDeletedEvent |
Event fired when a method of a subtype of Repository annotated by
@Delete is called. |
| AggregatePersistedEvent |
Event fired when a method of a subtype of Repository annotated by
@Persist is called. |
| AggregateReadEvent |
Event fired when a method of a subtype of Repository annotated by
@Read is called. |
| BaseAggregateEvent |
This event is fired each time method from a subtype of Repository annotated with
@Read, or
@Delete, or @Persist is called. |
| DomainEvent |
BaseEvent is the abstract class to extend to create an event.
|
| Enum | Description |
|---|---|
| EventErrorCodes |
Copyright © 2013-2016–2016 SeedStack. All rights reserved.