Hi, I'm using RCC on a java source code using spring boot microservice. the version of framework is : com.refinitiv.ema 3.6.7.3 I am using 2 java threads to handle Connexion and contribution. i have two questions plz :
1- How can i check if the contribution is done or not (to return a response with rest api).
2- How to disconnect from api when the contribution is done.