StatusSource

Defines the StatusSource contract for the SDAI domain layer.

Author

Dmitriy Moroz

Properties

Link copied to clipboard
abstract var id: String?

Exposes the id value used by the SDAI domain layer.

Functions

Link copied to clipboard
abstract fun observe(): Flow<HordeProcessStatus>

Loads SDAI data through observe.

Link copied to clipboard
abstract fun update(status: HordeProcessStatus)

Performs the SDAI side effect handled by update.