I am trying to implement manual service resiliency using the methods described in the following article:
https://developers.refinitiv.com/en/article-catalog/article/how-implement-service-resiliency-ema-consumer-application
I am using the SDK to develop an application for data on the MMT_NEWS_TEXT_ANALYTICS domain. However, the article provides code for only C++ applications. The article is also slightly dated, so some of the methods do not apply (i.e. using pause/resume do not apply for the news text analytics domain). Are there any Java sample codes available for implementing the resiliency?