Interface AsyncWriteRequest<T>
- All Superinterfaces:
WriteRequest<T>
- All Known Implementing Classes:
AsyncWriteRequestWrapper
,BasicAsyncWriteRequest
The AsyncWriteValue interface is used for writing values asynchronously. It provides the value, and then has
functions for setting the result.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setResult
(QualityCode value) void
Mark the write as successfulMethods inherited from interface com.inductiveautomation.ignition.gateway.sqltags.model.WriteRequest
getTarget, getValue
-
Method Details
-
getResult
QualityCode getResult() -
setSuccess
void setSuccess()Mark the write as successful -
setResult
-