method InMemoryBroker.prototype.connect
Since 0.1.0
InMemoryBroker.prototype.connect(): Promise<void>

Connects the broker (idempotent no-op for in-memory).

Return Type

Promise<void>

Resolves when connected

Usage

import { InMemoryBroker } from "messaging-plugin/src/index.ts";