summaryrefslogtreecommitdiffstats
path: root/docs/sinks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sinks.rst')
-rw-r--r--docs/sinks.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/sinks.rst b/docs/sinks.rst
index d4135da..c78d083 100644
--- a/docs/sinks.rst
+++ b/docs/sinks.rst
@@ -106,6 +106,20 @@ Memory writer
that point only.
+ZeroMQ publisher
+================
+
+.. gobj:class:: zmq-pub
+
+ Publishes the stream as a ZeroMQ data stream to compatible ZeroMQ
+ subscribers such as the :gobj:class:`zmq-sub` source.
+
+ .. gobj:prop:: expected-subscribers:uint
+
+ If set, the publisher will wait until the number of expected subscribers
+ have connected.
+
+
Auxiliary sink
==============