Hi,
I am trying to consume RIC
Codes from our TREP platform using the EMA framework. During start-up, I can
set the consumer class to subscribe to different RIC codes like this:
consumer.registerClient(reqMsg.serviceName("ServiceName").payload(batchView), appClient)
However, is there any way
that I can add new RIC codes during runtime to the consumer?
Thanks