Interface Progress
- All Known Implementing Classes:
Progress.None
,Progress.Success
Sealed interface for subclasses representing the progress of event handling the event stream for a processing group.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
States no progress for the event processing group is known.static final record
Represents the lastEvent.id()
that has been successfully processed by the event processing group.