Hello all, for starters, I don't know anything about java, but have been tasked to figure this out none the less.

I have a websocket feed from a third party that is pushing real-time stock prices. I have been reading all the examples, but am still lost as to where I define my inbound connection. All the stock price ones keep pointing back to the fake stock data and that's where I get loss.

I have a wss URL to connect to, and the server streams the symbols back in a JSOM format. Up to this point we have been using standard REST API to pull the data, but wanted to give this real-time websocket feeds a try.

If anyone can just give me a more defined starting point other then here's a page with 100 examples, I would really appreciate it.