blob: afa3f14eef62d3e211ff49579c79618a9855b424 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
=============================================================
SQLAlchemy Transport Model - ``kombu.transport.sqlalchemy``
=============================================================
.. currentmodule:: kombu.transport.sqlalchemy
.. automodule:: kombu.transport.sqlalchemy
.. contents::
:local:
Transport
---------
.. autoclass:: Transport
:members:
:undoc-members:
Channel
-------
.. autoclass:: Channel
:members:
:undoc-members:
=====================================================================
SQLAlchemy Transport Model - ``kombu.transport.sqlalchemy.models``
=====================================================================
.. currentmodule:: kombu.transport.sqlalchemy.models
.. automodule:: kombu.transport.sqlalchemy.models
.. contents::
:local:
Models
------
.. autoclass:: Queue
.. autoattribute:: Queue.id
.. autoattribute:: Queue.name
.. autoclass:: Message
.. autoattribute:: Message.id
.. autoattribute:: Message.visible
.. autoattribute:: Message.sent_at
.. autoattribute:: Message.payload
.. autoattribute:: Message.version
|