Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/server / / createChannelsDaemon

Function: createChannelsDaemon()

ts
function createChannelsDaemon(options): ChannelsDaemon;

Defined in: packages/server/src/channels/daemon.ts:75

Wrap a channel gateway in the managed-daemon surface the lifecycle drives (idempotent start/stop, bounded stop).

Parameters

ParameterType
optionsCreateChannelsDaemonOptions

Returns

ChannelsDaemon

Stable