2016-07-16 18:51:23 +00:00
|
|
|
===========================================
|
|
|
|
Built-in Transports - ``kombu.transport``
|
|
|
|
===========================================
|
|
|
|
|
2010-08-04 11:46:10 +00:00
|
|
|
.. currentmodule:: kombu.transport
|
2010-07-23 12:43:33 +00:00
|
|
|
|
2010-10-27 08:34:28 +00:00
|
|
|
.. automodule:: kombu.transport
|
2010-10-27 07:17:37 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
Data
|
|
|
|
----
|
|
|
|
|
|
|
|
.. data:: DEFAULT_TRANSPORT
|
|
|
|
|
|
|
|
Default transport used when no transport specified.
|
|
|
|
|
|
|
|
.. data:: TRANSPORT_ALIASES
|
|
|
|
|
|
|
|
Mapping of transport aliases/class names.
|
|
|
|
|
|
|
|
Functions
|
|
|
|
---------
|
|
|
|
|
|
|
|
.. autofunction:: get_transport_cls
|
|
|
|
.. autofunction:: resolve_transport
|