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

docs fixed

parent d1646122
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ _no_ack=False_ will mean that we have to manually confirm messages.
You can specify a callback, that will be called with a message if one's received by this consumer. Since
we did not do that, this will go to a generic queue belonging to _Cluster_.
.. autoclass: coolamqp.clustering.Cluster
:members:
.. autoclass:: coolamqp.clustering.Cluster
:members:
_consumer_ is a _Consumer_ object. This allows us to do some things with the consumer (such as setting QoS),
but most importantly it allows us to cancel it later. _consume_confirm_ is a _Future_, that will succeed
......
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