1b390c34b0
Document the plugins available for executors and notifiers. Fix the formatting in the aioeventlet executor so the docstring renders properly. Change-Id: I7709b65f5aa68fab3822b4de11640309aa07b1d7
21 lines
340 B
ReStructuredText
21 lines
340 B
ReStructuredText
==========
|
|
Notifier
|
|
==========
|
|
|
|
.. currentmodule:: oslo_messaging
|
|
|
|
.. autoclass:: Notifier
|
|
:members:
|
|
|
|
.. autoclass:: LoggingNotificationHandler
|
|
:members:
|
|
|
|
.. autoclass:: LoggingErrorNotificationHandler
|
|
:members:
|
|
|
|
Available Notifier Drivers
|
|
==========================
|
|
|
|
.. list-plugins:: oslo.messaging.notify.drivers
|
|
:detailed:
|