Hi ,
When this is a completion event update for a ric,
It seems the pricing stream for that ric will be stopped.
and it cannot resume after the ric status become "OPEN"
We have to restart the program to resume.
Can we trigger the "resume" in program to handle this case , thanks
we are using RFA version (Version: 8.0.0.E2.all)
public void processEvent(Event event)
{
if (event.getType() == Event.COMPLETION_EVENT)
{
System.out.println(_className + ": Receive a COMPLETION_EVENT, " + event.getHandle() + " "+ event.getInterestSpec().toString());
return;
}
}