oslo.messaging/doc/source/notification_driver.rst
Davanum Srinivas 1893c495f6 Allow custom notification drivers
Our class hierarchy hides classes and modules that so its hard
for folks to write a custom Notification driver. We should
make these public and document them

Closes-Bug: #1426046
Change-Id: Ifb96c2ae9868426cac2700bf4917c27c02c90b15
2015-09-25 10:07:05 -04:00

16 lines
275 B
ReStructuredText

-------------------
Notification Driver
-------------------
.. automodule:: oslo_messaging.notify.messaging
.. autoclass:: MessagingDriver
.. autoclass:: MessagingV2Driver
.. currentmodule:: oslo_messaging.notify.notifier
.. autoclass:: Driver
:members:
:noindex: