A unique ID for this router. If another router has the same ID, it may cause problems. Must be less characters than MAX_ROUTER_UID_LENGTH.
Readonly
uidA unique ID for this router. If another router has the same ID, it may cause problems. Must be less characters than MAX_ROUTER_UID_LENGTH.
Send a two-way IPC event.
Returns whatever the listener returns.
Send or stream a two-way IPC event. If the payload is greater than the max length then it will be streamed.
Returns whatever the target listener returns.
Stream a two-way IPC event. The payload has no max length since it is streamed.
Returns whatever the listener returns.
Registers an IPC listener.
The listener ID.
The callback.
Send a one-way IPC event.
Send or stream a one-way IPC event. If the payload is greater than the max length then it will be streamed.
Stream a one-way IPC event. The payload has no max length, since it is streamed.
An IPC router. This must be constructed to send and recieve IPC events.