I am using the Java examples provided by Refinitiv and am making batch requests successfully to listen to a predetermined list of RICS. My objective is to create a websocket listening on a list of RICs that is a function of time. Therefore, I would like to dynamically update the list of RICs while the WebSocket connection is alive in order to not recreate the WebSocket connection every time the list updates.
Is it possible to do so? If this is the case, when should I call to the method that updates the list of RICs during code execution for the update to be considered by Refinitiv servers?
Any help would be much appreciated, many thanks in advance.