Completion event when the OmmState is having data state as SUSPECT and stream state as OPEN

Hi Team,


We are upgrading our application to use EMA API from RFA API.

Our question is that in case of RFA API, do we get any COMPLETION EVENT in the case when Data State of response message is SUSPECT and Stream State is OPEN.

Similar question we have for EMA API as well. When the data state of message is SUSPECT and Stream State is OPEN then do we get any subsequent response which is equivalent to COMPLETION_EVENT.

Sort by:
1 - 1 of 11
    User: "Jirapongse"
    ✭✭✭✭✭
    Accepted Answer

    @dimple.shah

    Thank you for reaching out to us.

    There is no COMPLETION_EVENT in EMA. The client can check the stream state, such as CLOSED to verify the status of the stream.

    Moreover, the COMPLETION_EVENT in RFA is used to determine the point at which RFA closes an event stream. There are two ways in which an event stream can be closed:

    • The application closes the stream via unregisterClient() call to RFA. In this case, RFA might dispatch additional events that were in flight due to race condition.
    • The application receives an event that closes the stream.

    Therefore, it is about the closed stream state, not open stream state.