| Package | Description | 
|---|---|
| org.axonframework.commandhandling.model | |
| org.axonframework.commandhandling.model.inspection | |
| org.axonframework.eventsourcing | 
 Classes related to event sourcing. 
 | 
| org.axonframework.test.aggregate | 
| Modifier and Type | Method and Description | 
|---|---|
protected static AggregateLifecycle | 
AggregateLifecycle.getInstance()
Returns the  
AggregateLifecycle for the current aggregate. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AnnotatedAggregate<T>
Implementation of the  
Aggregate interface that allows for an aggregate root to be a POJO with annotations on
 its Command and Event Handler methods. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EventSourcedAggregate<T>
Implementation of an  
Aggregate that is sourced from events that have
 been published by the aggregate. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StubAggregateLifecycle
Stub implementation of an AggregateLifecycle that registers all applied events for verification later. 
 | 
class  | 
StubAggregateLifecycleRule
Implementation of StubAggregateLifecycle that can be used as an  
Rule annotated method or field
 in a test class. | 
Copyright © 2010–2018. All rights reserved.