Skip to content
Snippets Groups Projects
Commit 3f312a29 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

docs update

parent 32227f9c
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ Cluster instances are used to interface with the cluster (or a single broker). I
accepts a list of nodes:
::
from coolamqp.clustering import Cluster
cluster = Cluster([node])
cluster.start(wait=True)
......@@ -86,5 +87,5 @@ To actually get our message, we need to start a consumer first. To do that, just
Where kwargs are passed directly to Consumer class
.. autoclass: coolamqp.attaches.Consumer
:members:
.. autoclass:: coolamqp.attaches.Consumer
:members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment