property MemoryBackplaneOptions.bus

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'.

Type

string

Usage

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