Documentation / @super-line/adapter-zeromq / ZeroMqByoOptions
Interface: ZeroMqByoOptions
Defined in: index.ts:39
Bring your own pre-wired sockets — the adapter uses them as-is and does NOT own their lifecycle.
Properties
presence?
optionalpresence?:ZeroMqPresenceOption
Defined in: index.ts:45
Cluster presence directory. On by default.
pub
pub:
Publisher
Defined in: index.ts:41
A PUB socket you've already bound/connected.
sub
sub:
Subscriber
Defined in: index.ts:43
A SUB socket you've already connected (the adapter calls subscribe/unsubscribe on it).