Class PeriodicSnapshotTrigger
java.lang.Object
io.fluxcapacitor.javaclient.persisting.eventsourcing.PeriodicSnapshotTrigger
- All Implemented Interfaces:
SnapshotTrigger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected longperiodIndex(long sequenceNumber) booleanshouldCreateSnapshot(AggregateRoot<?> model, List<DeserializingMessage> newEvents)
-
Constructor Details
-
PeriodicSnapshotTrigger
public PeriodicSnapshotTrigger(int period)
-
-
Method Details
-
shouldCreateSnapshot
- Specified by:
shouldCreateSnapshotin interfaceSnapshotTrigger
-
periodIndex
protected long periodIndex(long sequenceNumber)
-