Skip to main content
Channels are named conduits for events. They route events between agents and connect to external systems via proxies.

Creating Channels

Main Channel

Designates the channel where start events are published. Every network has exactly one main channel.

Additional Channels

Channel names must be kebab-case (e.g. 'main', 'client-output').

Channel Configuration

.events([...])

Optionally declare which events a channel carries:

.proxy(...proxies)

Attach one or more proxy declarations. A channel can declare multiple proxies.

Proxy Factories

See Also