The topic identifier type.
The published message type.
The RPC request payload type.
The RPC response payload type.
The topic identifier type.
The published message type.
The RPC request payload type.
The RPC response payload type.
Adds a channel to the broker.
The channel transport to add.
Channel metadata, RPC access, and initial topics.
Registers an event listener.
The event type.
The listener to register.
Optionaloptions: boolean | AddEventListenerOptions
The event listener options.
Removes a channel and all of its subscriptions from the broker.
The channel transport to remove.
Dispatches a broker event to registered listeners.
Request handlers can use this to report application-level protocol violations associated with the request sender.
The event type.
The event payload.
Handles an encoded protocol message received from a channel.
The channel that sent the message.
The MessagePack-encoded protocol message.
Marks a channel as authenticated under the host application's identity
policy and emits an attachment event.
This operation is intentionally one-way. Transport authentication remains the responsibility of the server and its HTTPS/WebSocket stack.
The channel whose application-level identity was verified.
Removes a previously registered event listener.
The event type.
The listener to remove.
Optionaloptions: boolean | EventListenerOptions
The event listener options.
Routes RPC requests and topic messages between connected actor channels.