Interface Progress

All Known Implementing Classes:
Progress.None, Progress.Success

public sealed interface Progress permits 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 Classes
    Modifier and Type
    Interface
    Description
    static final record 
    States no progress for the event processing group is known.
    static final record 
    Represents the last Event.id() that has been successfully processed by the event processing group.