Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.modelling.command | |
org.axonframework.modelling.command.inspection | |
org.axonframework.test.aggregate |
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 | Method and Description |
---|---|
protected static AggregateLifecycle |
AggregateLifecycle.getInstance()
Get the current
AggregateLifecycle instance for the current thread. |
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 |
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.