Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I am creating a java extension to handle multi-thread issues. i need a synchronized subscription that calls a service from a generic thing. This thing is created dynamically so I have to call it in a generic fashion (like Things[ThingName].service() in js). Is there a way to accomplish something similar? Or do I have to look for alternative aproaches? For context he service is in a timer that and I don't want to fire the subscription if it's the first time it fires. The issue is that is a time off timer and I need to reset every time a counter form an OPC server increases, which is about every second or so.
Thanks
Solved! Go to Solution.
This article may be related to your question:
This article may be related to your question:
It is, thank you!