HordeStatusSource

Coordinates HordeStatusSource behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private var _id: String?

Exposes the _id value used by the SDAI data layer.

Link copied to clipboard
open override var id: String?

Exposes the id value used by the SDAI data layer.

Link copied to clipboard
private val processStatus: MutableSharedFlow<HordeProcessStatus>

Exposes the processStatus value used by the SDAI data layer.

Functions

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

Loads SDAI data through observe.

Link copied to clipboard
open override fun update(status: HordeProcessStatus)

Performs the SDAI side effect handled by update.