Hi,
Would greatly appreciate if someone answers this question:
What would be the correct way to run a Java non-web service on HCP? Do I need to create a thread in a HTTP servlet? or run a Java application on HCP that will have a constantly-open websocket connection to an external cloud service, and will make queries as it receives the data via websocket?