EventStreamData

Types

Link copied to clipboard

Represents a state indicating that the event stream is up to date, with no new events to process or retrieve.

Link copied to clipboard
data class NewEvents(val eventList: List<EventEnvelope>) : EventStreamData