cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Two way binding in java SDK

ParthBhadiyadra
11-Garnet

Two way binding in java SDK

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. 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

I think you can use subscription. Create a service in JAVA and aatach that to the subscription.

BP_9210462_1-1690289110208.png

 

View solution in original post

4 REPLIES 4

I think you can use subscription. Create a service in JAVA and aatach that to the subscription.

BP_9210462_1-1690289110208.png

 

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

Top Tags