Uses of Class
io.fluxcapacitor.javaclient.persisting.eventsourcing.EventSourcedModel
-
Packages that use EventSourcedModel Package Description io.fluxcapacitor.javaclient.persisting.eventsourcing -
-
Uses of EventSourcedModel in io.fluxcapacitor.javaclient.persisting.eventsourcing
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing that return types with arguments of type EventSourcedModel Modifier and Type Method Description <T> Optional<EventSourcedModel<T>>DefaultSnapshotRepository. getSnapshot(String aggregateId)<T> Optional<EventSourcedModel<T>>NoOpSnapshotRepository. getSnapshot(String aggregateId)<T> Optional<EventSourcedModel<T>>SnapshotRepository. getSnapshot(String aggregateId)Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing with parameters of type EventSourcedModel Modifier and Type Method Description booleanNoSnapshotTrigger. shouldCreateSnapshot(EventSourcedModel<?> model, List<DeserializingMessage> newEvents)booleanPeriodicSnapshotTrigger. shouldCreateSnapshot(EventSourcedModel<?> model, List<DeserializingMessage> newEvents)booleanSnapshotTrigger. shouldCreateSnapshot(EventSourcedModel<?> model, List<DeserializingMessage> newEvents)voidDefaultSnapshotRepository. storeSnapshot(EventSourcedModel<?> snapshot)voidNoOpSnapshotRepository. storeSnapshot(EventSourcedModel<?> snapshot)voidSnapshotRepository. storeSnapshot(EventSourcedModel<?> snapshot)
-