summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephen Milner <stevem@gnulinux.net>2016-08-26 05:06:54 -0400
committerAsif Saifuddin Auvi <auvipy@users.noreply.github.com>2016-08-26 15:06:54 +0600
commit7fa3172ead722e9e35e05dc7f8c26c61a74d280b (patch)
treedb16ef937fca5ea6b03a8b781ac4ba7b5e4127b6 /docs
parentc5886a33efd78955dabd8d6e1ad85d200c293605 (diff)
downloadkombu-7fa3172ead722e9e35e05dc7f8c26c61a74d280b.tar.gz
Add Etcd Transport (#619)
This transport is highly influenced by the Consul Transport. Messages are kept in keys within Etcd through the python-etcd library.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/kombu.transport.etcd.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/reference/kombu.transport.etcd.rst b/docs/reference/kombu.transport.etcd.rst
new file mode 100644
index 00000000..c5b87d23
--- /dev/null
+++ b/docs/reference/kombu.transport.etcd.rst
@@ -0,0 +1,24 @@
+================================================
+ Etcd Transport - ``kombu.transport.etcd``
+================================================
+
+.. currentmodule:: kombu.transport.etcd
+
+.. automodule:: kombu.transport.etcd
+
+ .. contents::
+ :local:
+
+ Transport
+ ---------
+
+ .. autoclass:: Transport
+ :members:
+ :undoc-members:
+
+ Channel
+ -------
+
+ .. autoclass:: Channel
+ :members:
+ :undoc-members: