| Interface | Description |
|---|---|
| EventHandlerContext<T extends Event> |
Wraps the event that is passed to a command-side event handler
|
| EventuateAggregateStore |
The synchronous-style interface to the event store
|
| Class | Description |
|---|---|
| AggregateRepository<T extends CommandProcessingAggregate<T,CT>,CT extends Command> |
A convenience class, with a synchronous-style API that provides a simplified interface for creating and updating aggregates.
|