| Package | Description |
|---|---|
| org.axonframework.eventsourcing |
Classes related to event sourcing.
|
| org.axonframework.eventsourcing.annotation | |
| org.axonframework.quickstart.handler |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSourcedEntity.registerAggregateRoot(AbstractEventSourcedAggregateRoot aggregateRootToRegister)
Register the aggregate root with this entity.
|
void |
AbstractEventSourcedEntity.registerAggregateRoot(AbstractEventSourcedAggregateRoot aggregateRootToRegister) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnnotatedAggregateRoot<I>
Convenience super type for aggregate roots that have their event handler methods annotated with the
EventHandler annotation. |
| Modifier and Type | Class and Description |
|---|---|
class |
ToDoItem |
Copyright © 2010-2013. All Rights Reserved.