Uses of Class
io.fluxzero.sdk.modeling.AppliedEvent
Packages that use AppliedEvent
Package
Description
-
Uses of AppliedEvent in io.fluxzero.sdk.modeling
Method parameters in io.fluxzero.sdk.modeling with type arguments of type AppliedEventModifier and TypeMethodDescriptionModifiableAggregateRoot.CommitHandler.handle(Entity<?> model, List<AppliedEvent> unpublished, Entity<?> beforeUpdate) -
Uses of AppliedEvent in io.fluxzero.sdk.persisting.eventsourcing
Method parameters in io.fluxzero.sdk.persisting.eventsourcing with type arguments of type AppliedEventModifier and TypeMethodDescriptionbooleanNoSnapshotTrigger.shouldCreateSnapshot(Entity<?> model, List<AppliedEvent> newEvents) Always returnsfalse, indicating that a snapshot should never be created.booleanPeriodicSnapshotTrigger.shouldCreateSnapshot(Entity<?> model, List<AppliedEvent> newEvents) Determines whether a new snapshot should be created.booleanSnapshotTrigger.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.fluxzero.sdk.persisting.repository
Method parameters in io.fluxzero.sdk.persisting.repository with type arguments of type AppliedEventModifier and TypeMethodDescriptionprotected CompletableFuture<?> DefaultAggregateRepository.AnnotatedAggregateRepository.commit(Entity<?> after, List<AppliedEvent> unpublishedEvents, Entity<?> before)