Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.eventsourcing.annotation | |
org.axonframework.quickstart.handler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventSourcedEntity
Base class for Event Sourced entities that are not at the root of the aggregate.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Collection<? extends EventSourcedEntity> |
AbstractEventSourcedEntity.getChildEntities()
Returns a collection of event sourced entities directly referenced by this entity.
|
protected abstract Iterable<? extends EventSourcedEntity> |
AbstractEventSourcedAggregateRoot.getChildEntities()
Returns a collection of event sourced entities directly referenced by this entity.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotatedEntity
Convenience super type for entities (other than aggregate roots) that have their event handler methods annotated
with the
EventHandler annotation. |
Modifier and Type | Method and Description |
---|---|
protected Collection<EventSourcedEntity> |
AbstractAnnotatedEntity.getChildEntities() |
protected Collection<EventSourcedEntity> |
AbstractAnnotatedAggregateRoot.getChildEntities() |
Collection<EventSourcedEntity> |
AggregateAnnotationInspector.getChildEntities(Object instance)
Returns the child entities of given
instance . |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends EventSourcedEntity> |
ToDoItem.getChildEntities() |
Copyright © 2010-2014. All Rights Reserved.