Uses of Interface
org.axonframework.eventsourcing.handler.SourcingHandler
Packages that use SourcingHandler
-
Uses of SourcingHandler in org.axonframework.eventsourcing.handler
Subinterfaces of SourcingHandler in org.axonframework.eventsourcing.handlerModifier and TypeInterfaceDescriptioninterfaceDefines the lifecycle operations for an event-sourced entity.Classes in org.axonframework.eventsourcing.handler that implement SourcingHandlerModifier and TypeClassDescriptionclassA simple implementation ofEntityLifecycleHandlerthat reconstructs an entity by sourcing events directly from anEventStore.classAnEntityLifecycleHandlerimplementation that reconstructs an entity from theEventStore, using snapshots to improve efficiency when available.