Hi,
I want to use two way binding in thingworx with JAVA SDK program, when thing property change from thingworx how can I know in java SDK program.
Solved! Go to Solution.
I think you can use subscription. Create a service in JAVA and aatach that to the subscription.
I think you can use subscription. Create a service in JAVA and aatach that to the subscription.
Hi
Can we create a dynamic subscription?
I am not sure when you say dynamic, What exactly you are looking for ? You may create subscriptions, and one boolean property for each subscription, and may only process the logic if the property for the subscription is enabled, This would give you control over the subscription a bit.
Hello
Thank you for reply
I have created one program using java sdk in that program thing property was created using code/programming (create property name from one file) so now if some property has two-way binding so I want to create a subscription for that property