Skip to content
Merged
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
2 changes: 2 additions & 0 deletions pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,8 @@ def send_async(self, content, callback,
--------

The ``callback`` will be invoked once the message has been acknowledged by the broker.
Users are responsible to handle the exception inside the callback. If any exception was
thrown from the callback, the process would terminate immediately.

.. code-block:: python

Expand Down