Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions aio_pika/exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@ async def publish(

.. _publisher confirms: https://www.rabbitmq.com/confirms.html

:param message: :class:`aio_pika.message.Message` instance
:param routing_key: routing key
:param mandatory: Indicate mandatory routing in the underlying pamqp
`spec.Basic.publish() <https://pamqp.readthedocs.io/en/stable
/commands.html#pamqp.commands.Basic.Publish>`_ call
:param immediate: Request immediate delivery
:param timeout: Asyncio timeout
:return: :class:`bool` or :class:`None`
"""

log.debug(
Expand Down