Skip to main content
12-Amethyst
July 27, 2023
Question

JAVA SDK data sending acknowledgement

  • July 27, 2023
  • 1 reply
  • 765 views

Hello,

How can we check whether property value is received in thingworx or not using Java SDK

 

In Java SDK we create a connection with a web socket so there is any method to check property is updated or not 

 

1 reply

19-Tanzanite
July 28, 2023

Setting a property value in ThingWorx does not fail, at least from my experience, if the request is correctly constructed (which anyway the SDK does for you).

Can you explain what failure situation you're trying to make sure it's not happening ?

What can fail usually is the connectivity between the edge and platform (eg: internet connectivity issues), but at the level of the SDK that will be visible because you'll have an error being thrown.