blob: e478ee5cb5bf8a3df6a2b1a9b8f75f15a0bab92c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
==================================================
In-memory Transport - ``kombu.transport.memory``
==================================================
.. currentmodule:: kombu.transport.memory
.. automodule:: kombu.transport.memory
.. contents::
:local:
Transport
---------
.. autoclass:: Transport
:members:
:undoc-members:
Channel
-------
.. autoclass:: Channel
:members:
:undoc-members:
|