Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.axonframework.domain Classes and Interfaces - 16 results found.
| Name | Description | Type | Package | Framework |
| AbstractAggregateRoot | Very basic implementation of the AggregateRoot interface. | Class | org.axonframework.domain | Axon |
|
| AggregateIdentifierNotInitializedException | Exception indicating that an AggregateRoot instance has failed to provide a valid aggregate identifier in time. | Class | org.axonframework.domain | Axon |
|
| AggregateRoot | Interface defining a contract for entities that represent the aggregate root. | Interface | org.axonframework.domain | Axon |
|
| DefaultIdentifierFactory | Default IdentifierFactory implementation that uses generates random java. | Class | org.axonframework.domain | Axon |
|
| DomainEventMessage | Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain. | Interface | org.axonframework.domain | Axon |
|
| DomainEventStream | The DomainEventStream represents a stream of historical domain events. | Interface | org.axonframework.domain | Axon |
|
| EventContainer | Container for events related to a single aggregate. | Class | org.axonframework.domain | Axon |
|
| EventMessage | Represents a Message wrapping an Event, which is represented by its payload. | Interface | org.axonframework.domain | Axon |
|
| EventRegistrationCallback | Callback that allows components to be notified of an event being registered with an Aggregate. | Interface | org.axonframework.domain | Axon |
|
| GenericDomainEventMessage | Generic implementation of the DomainEventMessage interface. | Class | org.axonframework.domain | Axon |
|
| GenericEventMessage | Generic implementation of the EventMessage interface. | Class | org.axonframework.domain | Axon |
|
| GenericMessage | Generic implementation of the Message interface. | Class | org.axonframework.domain | Axon |
|
| IdentifierFactory | Abstract Factory class that provides access to an IdentifierFactory implementation. | Class | org.axonframework.domain | Axon |
|
| Message | Representation of a Message, containing a Payload and MetaData. | Interface | org.axonframework.domain | Axon |
|
| MetaData | Represents MetaData that is passed along with a payload in a Message. | Class | org.axonframework.domain | Axon |
|
| SimpleDomainEventStream | Creates a DomainEventStream that streams the contents of a list. | Class | org.axonframework.domain | Axon |