Uses of Class
io.fluxcapacitor.javaclient.modeling.AppliedEvent
Packages that use AppliedEvent
Package
Description
-
Uses of AppliedEvent in io.fluxcapacitor.javaclient.modeling
Method parameters in io.fluxcapacitor.javaclient.modeling with type arguments of type AppliedEventModifier and TypeMethodDescriptionvoid
ModifiableAggregateRoot.CommitHandler.handle
(Entity<?> model, List<AppliedEvent> unpublished, Entity<?> beforeUpdate) -
Uses of AppliedEvent in io.fluxcapacitor.javaclient.persisting.eventsourcing
Method parameters in io.fluxcapacitor.javaclient.persisting.eventsourcing with type arguments of type AppliedEventModifier and TypeMethodDescriptionboolean
NoSnapshotTrigger.shouldCreateSnapshot
(Entity<?> model, List<AppliedEvent> newEvents) Always returnsfalse
, indicating that a snapshot should never be created.boolean
PeriodicSnapshotTrigger.shouldCreateSnapshot
(Entity<?> model, List<AppliedEvent> newEvents) Determines whether a new snapshot should be created.boolean
SnapshotTrigger.shouldCreateSnapshot
(Entity<?> model, List<AppliedEvent> newEvents) Determines whether a snapshot should be created for the given aggregate state and recent events. -
Uses of AppliedEvent in io.fluxcapacitor.javaclient.persisting.repository
Method parameters in io.fluxcapacitor.javaclient.persisting.repository with type arguments of type AppliedEventModifier and TypeMethodDescriptionvoid
DefaultAggregateRepository.AnnotatedAggregateRepository.commit
(Entity<?> after, List<AppliedEvent> unpublishedEvents, Entity<?> before)