MimiProcessingParameter
Important: This interface is not stable for inheritance, as new methods may be added, but is stable for use.
Originally defined in MSDK 5.0.0, significant breaking changes were made in MSDK 10.0.0.
Since
10.0.0
Parameters
T
The parameter value type
Properties
Link copied to clipboard
The current value of the MimiProcessingParameter - it is the most recent successfully applied value.
Functions
Link copied to clipboard
abstract fun addApplicator(applyTimeout: Duration, apply: suspend (value: T) -> MimiApplicatorResult): MimiParameterApplicator
Adds an out-of-date MimiParameterApplicator to the MimiProcessingParameter.
Link copied to clipboard
Apply
Link copied to clipboard
Triggers the asynchronous updating of the MimiProcessingParameter value from an asynchronous data source.
Link copied to clipboard
Observes updates indicating the current state of the MimiProcessingParameter.
Link copied to clipboard
SynchronizeApplicators