fszmq


Monitor

Namespace: fszmq

Contains methods for working with Socket diagnostics

Functions and values

Function or valueDescription
buildEvent message
Signature: message:byte [] [] -> ZMQEvent

Constructs a ZMQEvent from a raw (binary) message; will raise exception if message format is incorrect

CompiledName: BuildEvent

recvEvent socket
Signature: socket:Socket -> ZMQEvent

Receives the next ZMQEvent from a monitor socket; will raise exception if called on a non-monitor socket

CompiledName: RecvEvent

tryBuildEvent message
Signature: message:byte [] [] -> ZMQEvent option

Constructs a ZMQEvent option from a raw (binary) message

CompiledName: TryBuildEvent

tryRecvEvent socket
Signature: socket:Socket -> ZMQEvent option

Tries to receive the next ZMQEvent from a monitor socket

CompiledName: TryRecvEvent

Fork me on GitHub