Skip to content

Commit

Permalink
Link up the rejected.Consumer mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Apr 25, 2015
1 parent b66f9e8 commit c8cee5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Expand Up @@ -43,8 +43,10 @@ Example Consumers
Async Consumer
^^^^^^^^^^^^^^
To make a consumer async, you can decorate the `Consumer.prepare` and
`Consumer.process` methods using Tornado's
To make a consumer async, you can decorate the
`Consumer.prepare <http://rejected.readthedocs.org/en/latest/api_consumer.html#rejected.consumer.Consumer.prepare>`_
and `Consumer.process <http://rejected.readthedocs.org/en/latest/api_consumer.html#rejected.consumer.Consumer.process>`_
methods using Tornado's
`@gen.coroutine <http://www.tornadoweb.org/en/stable/gen.html#tornado.gen.coroutine>`_.
Asynchronous consumers to handle multiple messages in the same process, but
rather allow you to use asynchronous clients like
Expand Down

0 comments on commit c8cee5c

Please sign in to comment.