observe

abstract suspend fun observe(    tag: String? = null,     fetching: FetchingHandler<T>? = null,     applying: ApplyingHandler<T>? = null,     failed: FailedHandler<T>? = null,     ready: ReadyHandler<T>? = null)

Observe Receives updates indicating the current state of the MimiFetchedProcessingParameter.

Also see MimiProcessingParameter.observe.

Parameters

fetching

A function called when the ProcessingParameter is currently retrieving from the asynchronous data source.