Uses of Package
org.axonframework.eventsourcing.handler
Packages that use org.axonframework.eventsourcing.handler
Package
Description
Root package for Axon Eventsourcing.
Package for the sourcing handler API.
-
Classes in org.axonframework.eventsourcing.handler used by org.axonframework.eventsourcingClassDescriptionHandles the sourcing of an entity from its historical event stream.
-
Classes in org.axonframework.eventsourcing.handler used by org.axonframework.eventsourcing.handlerClassDescriptionCombines an
EventSourcedEntityFactoryand anEntityEvolverto ensure an entity exists and apply state transitions.Handles the sourcing of an entity from its historical event stream.