You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All events are published and received through the [`erlbus`](https://github.com/cabol/erlbus) library. It is possible to directly use it along the HTTP interfaces by publishing or subscribing to the same topics.
83
+
Messages can also be published via `nrte:publish/2` and subscribed from `nrte:subscribe/1`. In the latter case, the caller will receive messages in the form of `{nrte_message, Data}`:
0 commit comments