Acquire a side-effect subscription over one or more channels.
acquireChannelEffect(
registry: ChannelRegistry,
channels: readonly Channel[],
namespace: readonly string[],
options: ChannelEffectOptions): (
) => void| Name | Type | Description |
|---|---|---|
registry* | ChannelRegistry | The stream's ChannelRegistry. |
channels* | readonly Channel[] | Channels to observe (e.g. |
namespace* | readonly string[] | Resolved namespace ( |
options* | ChannelEffectOptions | Callbacks plus projection ( |