Injects a new ProtocolEvent into the mux pipeline. The event is routed through every registered transformer (including the emitting transformer — implementers must guard against re-entrant self-processing) and, if not suppressed, appended to the main event log.
push(ns: Namespace, event: ProtocolEvent)| Name | Type | Description |
|---|---|---|
ns* | Namespace | Target namespace for the synthetic event. |
event* | ProtocolEvent | The event envelope to inject. |