summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason Held <jasonsheld@gmail.com>2019-02-27 09:23:12 -0500
committerAsif Saif Uddin <auvipy@gmail.com>2019-02-27 20:23:12 +0600
commit41dbbe3063f4c1e5a11fc8a0ce6c366c14917df6 (patch)
treefc50ed257ae41c7d8204e4b19925c11e8317768c /docs
parenteb6e4c8d512c6451d2430744322014439e8a0df8 (diff)
downloadkombu-41dbbe3063f4c1e5a11fc8a0ce6c366c14917df6.tar.gz
Control pattern matching (#997)
* Added pattern/matcher to Mailbox * pattern/match for kombu 4 * Ensure kombu.matcher is covered by our documentation. * Adds test_matcher & pidbox unit tests. * Added tests to ensure exception is raised when matcher is not registered. * Adds to test for destination passed in to process.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/index.rst1
-rw-r--r--docs/reference/kombu.matcher.rst11
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst
index 471fe4f8..e022ead7 100644
--- a/docs/reference/index.rst
+++ b/docs/reference/index.rst
@@ -10,6 +10,7 @@
kombu
kombu.common
+ kombu.matcher
kombu.mixins
kombu.simple
kombu.clocks
diff --git a/docs/reference/kombu.matcher.rst b/docs/reference/kombu.matcher.rst
new file mode 100644
index 00000000..0dc15521
--- /dev/null
+++ b/docs/reference/kombu.matcher.rst
@@ -0,0 +1,11 @@
+==============================================
+ Pattern matching registry - ``kombu.matcher``
+==============================================
+
+.. contents::
+ :local:
+.. currentmodule:: kombu.matcher
+
+.. automodule:: kombu.matcher
+ :members:
+ :undoc-members: