MimiFetchedProcessingParameter
MimiFetchedProcessingParameter
A ProcessingParameter whose value is derived from an asynchronously "fetched" data source.
Important: This interface is not stable for inheritance, as new methods may be added, but is stable for use.
Since
5.0.0
Parameters
The parameter value type
Properties
Defines how requests to update the ProcessingParameter value are performed.
The current value of the ProcessingParameter - it is the most recent successfully applied value.
Functions
Adds an out-of-date MimiParameterApplicator to the ProcessingParameter.
Adds an already up-to-date MimiParameterApplicator to the ProcessingParameter and triggers a call to attempt to update all other MimiParameterApplicator with that value.
Apply
Triggers the asynchronous updating of the ProcessingParameter value from an asynchronous data source.
Synchronize