commit | 9f4fe4d725c9ad77ea1c2ab565ce5759e8a932a6 | [log] [tgz] |
---|---|---|
author | naman.gupta <naman.gupta@samsung.com> | Wed Dec 07 16:18:18 2022 +0530 |
committer | naman.gupta <naman.gupta@samsung.com> | Wed Dec 07 16:18:18 2022 +0530 |
tree | 1be4cbb406c2ce617621bcb582e6f290a82d7a05 | |
parent | 644ae0afdf53d629e52d122a2e2f5a9cd1432224 [diff] |
Moving RMR message reciver into go routine Moving RMR message reciver into go routine and some typo error Signed-off-by: naman.gupta <naman.gupta@samsung.com> Change-Id: I2841b57a9932813366de26318d48d07df7776b3d
The xApp A1 mediator exposes a generic REST API by which xApps can receive and send northbound messages. The A1 mediator will take the payload from such generic REST messages, validate the payload, and then communicate the payload to the xApp via RMR messaging.
Please see documentation in the docs/ subdirectory.