Uses of Package
org.axonframework.modelling
Packages that use org.axonframework.modelling
Package
Description
Classes related to event sourcing.
-
Classes in org.axonframework.modelling used by org.axonframework.eventsourcingClassDescriptionFunctional interface describing how to evolve a given
entityof typeebased on a givenEventMessage. -
Classes in org.axonframework.modelling used by org.axonframework.eventsourcing.configuration
-
Classes in org.axonframework.modelling used by org.axonframework.modellingClassDescriptionFunctional interface describing how to evolve a given
entityof typeebased on a givenEventMessage.Interface describing a group ofEntityEvolversbelonging to a single entity of typeE, forming an entity that can evolve its state based on the events it receives.Thrown when anEntityIdResolverwas unable to determine an id from a given payload.Resolver for the id of an entity.StateManagerthat can load an entity from two delegates, giving preference to the child delegate and then the parent.TheStateManagerenables applications to load entities based on the type of the entity and an id, and to persist them. -
Classes in org.axonframework.modelling used by org.axonframework.modelling.annotationClassDescriptionFunctional interface describing how to evolve a given
entityof typeebased on a givenEventMessage.Interface describing a group ofEntityEvolversbelonging to a single entity of typeE, forming an entity that can evolve its state based on the events it receives.Thrown when anEntityIdResolverwas unable to determine an id from a given payload.Resolver for the id of an entity. -
Classes in org.axonframework.modelling used by org.axonframework.modelling.configuration
-
Classes in org.axonframework.modelling used by org.axonframework.modelling.entityClassDescriptionFunctional interface describing how to evolve a given
entityof typeebased on a givenEventMessage.Resolver for the id of an entity. -
Classes in org.axonframework.modelling used by org.axonframework.modelling.entity.annotationClassDescriptionFunctional interface describing how to evolve a given
entityof typeebased on a givenEventMessage.Thrown when anEntityIdResolverwas unable to determine an id from a given payload.Resolver for the id of an entity. -
Classes in org.axonframework.modelling used by org.axonframework.modelling.entity.childClassDescriptionFunctional interface describing how to evolve a given
entityof typeebased on a givenEventMessage.