plotlykt-server / scientifik.plotly.server / MetaChangeCollector

MetaChangeCollector

class MetaChangeCollector

A change collector that combines all emitted configuration changes until read, than drops all collected changes and starts new batch.

Constructors

<init>

A change collector that combines all emitted configuration changes until read, than drops all collected changes and starts new batch.

MetaChangeCollector()

Functions

collect

suspend fun collect(name: Name, newItem: MetaItem<*>?): Unit

read

suspend fun read(): Meta