fszmq


Proxying

Namespace: fszmq

Contains methods for working with ZMQ's proxying capabilities

Functions and values

Function or valueDescription
proxy frontend backend capture
Signature: frontend:Socket -> backend:Socket -> capture:Socket option -> unit

creates a proxy connection passing messages between two sockets, with an (optional) third socket for supplemental data capture

CompiledName: Proxy

steerableProxy (...)
Signature: frontend:Socket -> backend:Socket -> capture:Socket option -> control:Socket option -> unit

creates a proxy connection passing messages between two sockets, with an (optional) third socket for supplemental data capture, and an (optional) fourth socket for PAUSE/RESUME/TERMINATE control

CompiledName: SteerableProxy

Fork me on GitHub