ContainerEvent

sealed interface ContainerEvent<out T : Any>(source)

Inheritors

Types

Link copied to clipboard
class Bulk<out T : Any>(val events: List<ContainerEvent.RowEvent<T>>) : ContainerEvent<T>

Send a number of updates in one. This may be more efficient on the wire.

Link copied to clipboard
sealed interface RowEvent<out T : Any> : ContainerEvent<T>