Hi,
Is there a detailed description of the meaning for the different Omm State's? What I need is all different combinations and what they represent.
EmaFactory.createStatusMsg()
.state(
OmmState.StreamState.OPEN, // Stream state
OmmState.DataState.SUSPECT, // Data state
OmmState.StatusCode.ERROR, // Data status
"some issue")
I have so far only found examples of usage but not detailed description of all available scenarios in emaj_dev_guide_3.6.0.L1.pdf.
Kind regards,
Johan