interface MemoryBackplaneOptions
Since 0.2.0

Options for the 'memory' arm — a real single-process transport, not a no-op. Instances sharing one process see each other; separate processes do not.

Properties

optional
transport: "memory"

Transport discriminant.

readonly
optional
bus: string

The name of the process-wide bus this instance joins. Two backplanes built with the same name exchange frames; different names are isolated, which is what keeps concurrent tests from bleeding into each other. Defaults to 'default'.

Usage

import { type MemoryBackplaneOptions } from "realtime-backplane-plugin/src/index.ts";