Delta Publish
To delta publish, you use the Client.deltaPublish()
method as follows:
The message that you provide to AMPS must include the fields that the topic uses to generate the SOW key. Otherwise, AMPS will not be able to identify the message to update. For SOW topics that use a User-Generated SOW Key, use the Command
form of delta_publish
to set the SowKey
, as shown below:
Last updated