Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
org.axonframework.modelling.command | |
org.axonframework.modelling.command.inspection | |
org.axonframework.modelling.saga | |
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 |
---|---|
static <S extends Scope> |
Scope.getCurrentScope()
Retrieve the current
Scope . |
Modifier and Type | Class and Description |
---|---|
class |
AggregateLifecycle
Abstract base class of a component that models an aggregate's life cycle.
|
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 |
AnnotatedSaga<T>
Implementation of the
interface that allows for a POJO instance with annotated message handlers to act
as a Saga. |
class |
SagaLifecycle
Abstract base class of a component that models a saga's life cycle.
|
Modifier and Type | Class and Description |
---|---|
class |
StubAggregateLifecycle
Stub implementation of an AggregateLifecycle that registers all applied events for verification later.
|
class |
StubAggregateLifecycleExtension
Implementation of
StubAggregateLifecycle that can be used as an RegisterExtension
annotated method or field in a test class. |
class |
StubAggregateLifecycleRule
Deprecated.
in favor of
StubAggregateLifecycleExtension to be used in
combination with Junit 5 |
Copyright © 2010–2022. All rights reserved.