Package com.opencqrs.framework.eventhandler.progress
package com.opencqrs.framework.eventhandler.progress
Contains progress tracking components for event handling.
-
ClassDescription
ProgressTracker
implementation using an in-memoryMap
.ProgressTracker
implementation using SpringJdbcOperations
andTransactionOperations
to persistProgress
.Sealed interface for subclasses representing the progress of event handling the event stream for a processing group.States no progress for the event processing group is known.Represents the lastEvent.id()
that has been successfully processed by the event processing group.Interface specifying operations for tracking progress of event processing groups.