|
MantisBase v0.3.4
|
Server-Sent Events (SSE) manager for the realtime API. More...
#include <condition_variable>#include <functional>#include <mutex>#include <queue>#include <set>#include <thread>#include <unordered_map>#include <nlohmann/json.hpp>#include "realtime.h"

Go to the source code of this file.
Classes | |
| class | mb::SSESession |
| class | mb::SSEMgr |
Namespaces | |
| namespace | mb |
| router.h | |
Server-Sent Events (SSE) manager for the realtime API.
Exposes GET and POST /api/v1/realtime:
Change events are driven by realtime.h (SQLite/PostgreSQL). Access control uses entity list/get rules for the requested topics.