NewEvents

data class NewEvents(val eventList: List<EventEnvelope>) : EventStreamData

Constructors

Link copied to clipboard
constructor(eventList: List<EventEnvelope>)

Properties

Link copied to clipboard