Delta Subscribe
To delta subscribe, you simply use the delta_subscribe
command as follows:
The convenience method Client.deltaSubscribe()
is available. If the delta_subscribe
is not a valid command for the topic provided, a regular subscription will be created.
As described in the AMPS User Guide, messages provided to a delta subscription will contain the fields used to generate the SOW key and any changed fields in the message. Your application is responsible for choosing how to handle the changed fields.
Last updated