type alias ChannelPublisher
Since 0.2.0

Forwards a local publish to peers on other replicas.

Supplied by a ChannelRegistry that was given a backplane. A channel built without one publishes purely in-process, which is the behavior every application had before the backplane existed.

Definition

(
name: string,
) => void

Usage

import { type ChannelPublisher } from "sse-plugin/src/index.ts";