Documentation / @super-line/adapter-zeromq / ZeroMqProxy
Interface: ZeroMqProxy
Defined in: index.ts:193
A running forwarder; stop() terminates it and unbinds both endpoints.
Properties
backendUrl
backendUrl:
string
Defined in: index.ts:197
The resolved backend (XPUB) endpoint node SUBs connect to.
frontendUrl
frontendUrl:
string
Defined in: index.ts:195
The resolved frontend (XSUB) endpoint node PUBs connect to.
Methods
stop()
stop():
Promise<void>
Defined in: index.ts:199
Terminate the proxy and release its sockets.
Returns
Promise<void>