Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.commandhandling.model | |
org.axonframework.commandhandling.model.inspection | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
Class and Description |
---|
AggregateModel
Specialized EntityModel that describes the capabilities and properties of an aggregate root of type
T . |
Class and Description |
---|
AggregateModel
Specialized EntityModel that describes the capabilities and properties of an aggregate root of type
T . |
AnnotatedAggregate
Implementation of the
Aggregate interface that allows for an aggregate root to be a POJO with annotations on
its Command and Event Handler methods. |
EntityModel
Interface of an entity model that describes the properties and capabilities of an entity of type
T . |
Class and Description |
---|
AbstractChildEntityDefinition
Abstract implementation of the
ChildEntityDefinition to
provide reusable functionality for collections of ChildEntityDefinitions. |
AggregateMetaModelFactory
Interface of a factory for an
AggregateModel for any given type defining an aggregate. |
AggregateModel
Specialized EntityModel that describes the capabilities and properties of an aggregate root of type
T . |
AnnotatedAggregate
Implementation of the
Aggregate interface that allows for an aggregate root to be a POJO with annotations on
its Command and Event Handler methods. |
ChildEntity
Interface describing en entity that is a child of another entity.
|
ChildEntityDefinition
Interface describing the definition of a Child Entity.
|
CommandMessageHandlingMember
Interface describing a message handler capable of handling a specific command.
|
EntityModel
Interface of an entity model that describes the properties and capabilities of an entity of type
T . |
Class and Description |
---|
AggregateModel
Specialized EntityModel that describes the capabilities and properties of an aggregate root of type
T . |
AnnotatedAggregate
Implementation of the
Aggregate interface that allows for an aggregate root to be a POJO with annotations on
its Command and Event Handler methods. |
Copyright © 2010–2017. All rights reserved.