mirror of https://github.com/celery/kombu.git
28 lines
543 B
ReStructuredText
28 lines
543 B
ReStructuredText
===========================================
|
|
Built-in Transports - ``kombu.transport``
|
|
===========================================
|
|
|
|
.. currentmodule:: kombu.transport
|
|
|
|
.. automodule:: kombu.transport
|
|
|
|
.. 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
|