Event

sealed interface Event<out T>(source)

An event emitted from a subscription or channel Flow.

One of UpdateEvent (carrying a T payload), StatusEvent (a subscription status change) or ErrorEvent (a subscription error).

Inheritors