| Package | Description |
|---|---|
| org.seedstack.business.domain.events |
Contains all the domain events provided by the framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateDeletedEvent
Event fired when a method of a subtype of Repository annotated by
@Delete is called. |
class |
AggregatePersistedEvent
Event fired when a method of a subtype of Repository annotated by
@Persist is called. |
class |
AggregateReadEvent
Event fired when a method of a subtype of Repository annotated by
@Read is called. |
class |
BaseAggregateEvent
This event is fired each time method from a subtype of Repository annotated with
@Read, or
@Delete, or @Persist is called. |
Copyright © 2013-2016–2016 SeedStack. All rights reserved.