kombu/docs/reference/kombu.connection.rst

43 lines
884 B
ReStructuredText
Raw Normal View History

2016-07-16 18:51:23 +00:00
=======================================
Connection - ``kombu.connection``
=======================================
2010-10-27 07:17:37 +00:00
2010-07-23 12:43:33 +00:00
.. currentmodule:: kombu.connection
.. automodule:: kombu.connection
2010-10-27 07:17:37 +00:00
.. contents::
:local:
Connection
----------
.. autoclass:: Connection
:members:
:undoc-members:
2010-10-27 07:17:37 +00:00
Pools
-----
.. seealso::
The shortcut methods :meth:`Connection.Pool` and
:meth:`Connection.ChannelPool` is the recommended way
2010-10-27 07:17:37 +00:00
to instantiate these classes.
.. autoclass:: ConnectionPool
.. autoattribute:: LimitExceeded
.. automethod:: acquire
.. automethod:: release
.. automethod:: force_close_all
2010-10-27 07:17:37 +00:00
.. autoclass:: ChannelPool
.. autoattribute:: LimitExceeded
.. automethod:: acquire
.. automethod:: release
.. automethod:: force_close_all