| Package | Description |
|---|---|
| org.seedstack.business.domain.events |
Contains all the domain events provided by the framework.
|
| Class and Description |
|---|
| BaseAggregateEvent
This event is fired each time method from a subtype of Repository annotated with
@Read, or
@Delete, or @Persist is called. |
| BaseAggregateEvent.Context
Interception context with the method called and its arguments.
|
| DomainEvent
BaseEvent is the abstract class to extend to create an event.
|
| EventErrorCodes |
Copyright © 2013-2016–2016 SeedStack. All rights reserved.