Skip to main content
Bridges are optional connectors for forwarding serialized events between buses in different processes or machines. All bridges expose the same minimal surface:
  • emit(...) for outbound forwarding
  • on(...) for inbound subscription
  • start() and close() for lifecycle control

Quick setup

Bridge pages