publish

abstract suspend fun publish(keys: Set<String>)

Publishes a set of keys of record fields that have changed. This will notify watchers and any subscribers of changedKeys.

Pass ALL_KEYS to indicate that all records have changed, for instance after a clearAll operation.

Parameters

keys

A set of keys of Record fields which have changed.

See also