aboutsummaryrefslogtreecommitdiffstats
path: root/sender.html
diff options
context:
space:
mode:
Diffstat (limited to 'sender.html')
-rwxr-xr-xsender.html75
1 files changed, 52 insertions, 23 deletions
diff --git a/sender.html b/sender.html
index 3b3930d..6b46d92 100755
--- a/sender.html
+++ b/sender.html
@@ -13,6 +13,8 @@
13 13
14 14
15 15
16
17
16 18
17 19
18 20
@@ -45,6 +47,7 @@
45 47
46<body class="wy-body-for-nav" role="document"> 48<body class="wy-body-for-nav" role="document">
47 49
50
48 <div class="wy-grid-for-nav"> 51 <div class="wy-grid-for-nav">
49 52
50 53
@@ -64,7 +67,7 @@
64 67
65 68
66 <div class="version"> 69 <div class="version">
67 0.3.3 70 0.3.6
68 </div> 71 </div>
69 72
70 73
@@ -85,7 +88,10 @@
85 88
86 89
87 90
88 <ul class="current"> 91
92
93
94 <ul class="current">
89<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li> 95<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li>
90<li class="toctree-l1 current"><a class="reference internal" href="api.html">API Documentation</a><ul class="current"> 96<li class="toctree-l1 current"><a class="reference internal" href="api.html">API Documentation</a><ul class="current">
91<li class="toctree-l2"><a class="reference internal" href="client.html"><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</a></li> 97<li class="toctree-l2"><a class="reference internal" href="client.html"><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</a></li>
@@ -111,8 +117,10 @@
111 117
112 118
113 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 119 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
114 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 120
115 <a href="index.html">EventMQ</a> 121 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
122 <a href="index.html">EventMQ</a>
123
116 </nav> 124 </nav>
117 125
118 126
@@ -121,25 +129,42 @@
121 <div class="rst-content"> 129 <div class="rst-content">
122 130
123 131
124 132
133
134
135
136
137
138
139
140
141
142
125 143
126 144
127 145
128<div role="navigation" aria-label="breadcrumbs navigation"> 146<div role="navigation" aria-label="breadcrumbs navigation">
147
129 <ul class="wy-breadcrumbs"> 148 <ul class="wy-breadcrumbs">
130 <li><a href="index.html">Docs</a> &raquo;</li> 149
131 150 <li><a href="index.html">Docs</a> &raquo;</li>
151
132 <li><a href="api.html">API Documentation</a> &raquo;</li> 152 <li><a href="api.html">API Documentation</a> &raquo;</li>
133 153
134 <li><code class="docutils literal"><span class="pre">sender</span></code> &#8211; Sender</li> 154 <li><code class="docutils literal"><span class="pre">sender</span></code> &#8211; Sender</li>
155
156
135 <li class="wy-breadcrumbs-aside"> 157 <li class="wy-breadcrumbs-aside">
136 158
137 159
138 <a href="_sources/sender.rst.txt" rel="nofollow"> View page source</a> 160 <a href="_sources/sender.rst.txt" rel="nofollow"> View page source</a>
139 161
140 162
141 </li> 163 </li>
164
142 </ul> 165 </ul>
166
167
143 <hr/> 168 <hr/>
144</div> 169</div>
145 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> 170 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -182,13 +207,13 @@
182<col class="field-body" /> 207<col class="field-body" />
183<tbody valign="top"> 208<tbody valign="top">
184<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 209<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
185<li><strong>name</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#str" title="(in Python v2.7)"><em>str</em></a>) &#8211; name of this socket. By default a uuid will be 210<li><strong>name</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.7)"><em>str</em></a>) &#8211; name of this socket. By default a uuid will be
186generated</li> 211generated</li>
187<li><strong>context</strong> (<a class="reference external" href="http://pyzmq.readthedocs.io/en/v15.0.0/api/zmq.html#zmq.Context" title="(in PyZMQ v15.0.0)"><code class="xref py py-class docutils literal"><span class="pre">zmq.Context</span></code></a>) &#8211; Context to use when building the 212<li><strong>context</strong> (<a class="reference external" href="http://pyzmq.readthedocs.io/en/v15.0.0/api/zmq.html#zmq.Context" title="(in PyZMQ v15.0.0)"><code class="xref py py-class docutils literal"><span class="pre">zmq.Context</span></code></a>) &#8211; Context to use when building the
188socket</li> 213socket</li>
189<li><strong>socket</strong> (<a class="reference external" href="http://pyzmq.readthedocs.io/en/v15.0.0/api/zmq.html#zmq.Socket" title="(in PyZMQ v15.0.0)"><code class="xref py py-class docutils literal"><span class="pre">zmq.Socket</span></code></a>) &#8211; Should be one of <code class="xref py py-attr docutils literal"><span class="pre">zmq.REQ</span></code> or 214<li><strong>socket</strong> (<a class="reference external" href="http://pyzmq.readthedocs.io/en/v15.0.0/api/zmq.html#zmq.Socket" title="(in PyZMQ v15.0.0)"><code class="xref py py-class docutils literal"><span class="pre">zmq.Socket</span></code></a>) &#8211; Should be one of <code class="xref py py-attr docutils literal"><span class="pre">zmq.REQ</span></code> or
190<code class="xref py py-attr docutils literal"><span class="pre">zmq.DEALER</span></code>. By default a <cite>DEALER</cite> is used</li> 215<code class="xref py py-attr docutils literal"><span class="pre">zmq.DEALER</span></code>. By default a <cite>DEALER</cite> is used</li>
191<li><strong>skip_zmqstream</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#bool" title="(in Python v2.7)"><em>bool</em></a>) &#8211; If set to true, skip creating the zmqstream 216<li><strong>skip_zmqstream</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.7)"><em>bool</em></a>) &#8211; If set to true, skip creating the zmqstream
192socket</li> 217socket</li>
193</ul> 218</ul>
194</td> 219</td>
@@ -205,9 +230,9 @@ socket</li>
205<col class="field-name" /> 230<col class="field-name" />
206<col class="field-body" /> 231<col class="field-body" />
207<tbody valign="top"> 232<tbody valign="top">
208<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>addr</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#str" title="(in Python v2.7)"><em>str</em></a>) &#8211; Address to connect to as a connection string</td> 233<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>addr</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.7)"><em>str</em></a>) &#8211; Address to connect to as a connection string</td>
209</tr> 234</tr>
210<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><code class="xref py py-class docutils literal"><span class="pre">Exception</span></code></td> 235<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.7)"><code class="xref py py-class docutils literal"><span class="pre">Exception</span></code></a></td>
211</tr> 236</tr>
212</tbody> 237</tbody>
213</table> 238</table>
@@ -221,9 +246,9 @@ socket</li>
221<col class="field-name" /> 246<col class="field-name" />
222<col class="field-body" /> 247<col class="field-body" />
223<tbody valign="top"> 248<tbody valign="top">
224<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>addr</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#str" title="(in Python v2.7)"><em>str</em></a>) &#8211; Address to listen on as a connction string</td> 249<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>addr</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.7)"><em>str</em></a>) &#8211; Address to listen on as a connction string</td>
225</tr> 250</tr>
226<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><code class="xref py py-class docutils literal"><span class="pre">Exception</span></code></td> 251<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.7)"><code class="xref py py-class docutils literal"><span class="pre">Exception</span></code></a></td>
227</tr> 252</tr>
228</tbody> 253</tbody>
229</table> 254</table>
@@ -243,7 +268,7 @@ socket</li>
243</dl> 268</dl>
244</td> 269</td>
245</tr> 270</tr>
246<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="https://docs.python.org/2/library/functions.html#bool" title="(in Python v2.7)">bool</a></td> 271<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.7)">bool</a></td>
247</tr> 272</tr>
248</tbody> 273</tbody>
249</table> 274</table>
@@ -263,7 +288,7 @@ parameters as <code class="xref py py-meth docutils literal"><span class="pre">s
263<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 288<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
264<li><strong>socket</strong> (<a class="reference external" href="http://pyzmq.readthedocs.io/en/v15.0.0/api/zmq.html#zmq.Socket" title="(in PyZMQ v15.0.0)"><code class="xref py py-class docutils literal"><span class="pre">zmq.Socket</span></code></a>) &#8211; Should be one of <code class="xref py py-attr docutils literal"><span class="pre">zmq.REQ</span></code> or 289<li><strong>socket</strong> (<a class="reference external" href="http://pyzmq.readthedocs.io/en/v15.0.0/api/zmq.html#zmq.Socket" title="(in PyZMQ v15.0.0)"><code class="xref py py-class docutils literal"><span class="pre">zmq.Socket</span></code></a>) &#8211; Should be one of <code class="xref py py-attr docutils literal"><span class="pre">zmq.REQ</span></code> or
265<code class="xref py py-attr docutils literal"><span class="pre">zmq.DEALER</span></code>. By default a <cite>DEALER</cite> is used</li> 290<code class="xref py py-attr docutils literal"><span class="pre">zmq.DEALER</span></code>. By default a <cite>DEALER</cite> is used</li>
266<li><strong>skip_zmqstream</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#bool" title="(in Python v2.7)"><em>bool</em></a>) &#8211; If set to true, skip creating the zmqstream 291<li><strong>skip_zmqstream</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.7)"><em>bool</em></a>) &#8211; If set to true, skip creating the zmqstream
267socket</li> 292socket</li>
268</ul> 293</ul>
269</td> 294</td>
@@ -280,9 +305,9 @@ socket</li>
280<col class="field-name" /> 305<col class="field-name" />
281<col class="field-body" /> 306<col class="field-body" />
282<tbody valign="top"> 307<tbody valign="top">
283<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>addr</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#str" title="(in Python v2.7)"><em>str</em></a>) &#8211; Address to unbind from as a string</td> 308<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>addr</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.7)"><em>str</em></a>) &#8211; Address to unbind from as a string</td>
284</tr> 309</tr>
285<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><code class="xref py py-class docutils literal"><span class="pre">Exception</span></code></td> 310<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.7)"><code class="xref py py-class docutils literal"><span class="pre">Exception</span></code></a></td>
286</tr> 311</tr>
287</tbody> 312</tbody>
288</table> 313</table>
@@ -294,15 +319,18 @@ socket</li>
294 319
295 320
296 </div> 321 </div>
322 <div class="articleComments">
323
324 </div>
297 </div> 325 </div>
298 <footer> 326 <footer>
299 327
300 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> 328 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
301 329
302 <a href="utils/index.html" class="btn btn-neutral float-right" title="utils – Utilities" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> 330 <a href="utils/index.html" class="btn btn-neutral float-right" title="utils – Utilities" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
303 331
304 332
305 <a href="router.html" class="btn btn-neutral" title="router – Router" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> 333 <a href="router.html" class="btn btn-neutral" title="router – Router" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
306 334
307 </div> 335 </div>
308 336
@@ -336,7 +364,8 @@ socket</li>
336 VERSION:'0', 364 VERSION:'0',
337 COLLAPSE_INDEX:false, 365 COLLAPSE_INDEX:false,
338 FILE_SUFFIX:'.html', 366 FILE_SUFFIX:'.html',
339 HAS_SOURCE: true 367 HAS_SOURCE: true,
368 SOURCELINK_SUFFIX: '.txt'
340 }; 369 };
341 </script> 370 </script>
342 <script type="text/javascript" src="_static/jquery.js"></script> 371 <script type="text/javascript" src="_static/jquery.js"></script>