| Package | Description |
|---|---|
| org.axonframework.eventsourcing |
Classes related to event sourcing.
|
| org.axonframework.eventsourcing.annotation | |
| org.axonframework.quickstart.handler |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractEventSourcedAggregateRoot |
AbstractEventSourcedEntity.getAggregateRoot()
Returns the reference to the root of the aggregate this entity is a member of.
|
| 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
EventSourcingHandler annotation (and EventHandler for backwards compatibility). |
| Modifier and Type | Class and Description |
|---|---|
class |
ToDoItem |
Copyright © 2010-2014. All Rights Reserved.