SchemaEventsBus

Bus used by schemas to emit events representing "what happened" to values.

Functions

Link copied to clipboard
abstract suspend fun emit(event: ValueEvent<*>)

Emit the event representing "what happened" with the value.