Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.domain Classes and Interfaces - 16 results found.
NameDescriptionTypePackageFramework
AbstractAggregateRootVery basic implementation of the AggregateRoot interface.Classorg.axonframework.domainAxon
AggregateIdentifierNotInitializedExceptionException indicating that an AggregateRoot instance has failed to provide a valid aggregate identifier in time.Classorg.axonframework.domainAxon
AggregateRootInterface defining a contract for entities that represent the aggregate root.Interfaceorg.axonframework.domainAxon
DefaultIdentifierFactoryDefault IdentifierFactory implementation that uses generates random java.Classorg.axonframework.domainAxon
DomainEventMessageRepresents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Interfaceorg.axonframework.domainAxon
DomainEventStreamThe DomainEventStream represents a stream of historical domain events.Interfaceorg.axonframework.domainAxon
EventContainerContainer for events related to a single aggregate.Classorg.axonframework.domainAxon
EventMessageRepresents a Message wrapping an Event, which is represented by its payload.Interfaceorg.axonframework.domainAxon
EventRegistrationCallbackCallback that allows components to be notified of an event being registered with an Aggregate.Interfaceorg.axonframework.domainAxon
GenericDomainEventMessageGeneric implementation of the DomainEventMessage interface.Classorg.axonframework.domainAxon
GenericEventMessageGeneric implementation of the EventMessage interface.Classorg.axonframework.domainAxon
GenericMessageGeneric implementation of the Message interface.Classorg.axonframework.domainAxon
IdentifierFactoryAbstract Factory class that provides access to an IdentifierFactory implementation.Classorg.axonframework.domainAxon
MessageRepresentation of a Message, containing a Payload and MetaData.Interfaceorg.axonframework.domainAxon
MetaDataRepresents MetaData that is passed along with a payload in a Message.Classorg.axonframework.domainAxon
SimpleDomainEventStreamCreates a DomainEventStream that streams the contents of a list.Classorg.axonframework.domainAxon