State

sealed class State

Represents the state of emitter.

Inheritors

Types

Link copied to clipboard

The emitter is stopped.

Link copied to clipboard

The initial state, when the emitter gets initialized.

Link copied to clipboard
data class Ready(val config: ChunksConfig) : ChunksEmitter.State

The emitter is set up and streaming diagnostic data.