Document the plugins available for executors and notifiers. Fix the formatting in the aioeventlet executor so the docstring renders properly. Change-Id: I7709b65f5aa68fab3822b4de11640309aa07b1d7changes/61/203761/1
parent
d94d6d6892
commit
1b390c34b0
@ -1,15 +1,13 @@
|
||||
---------
|
||||
=========
|
||||
Executors
|
||||
---------
|
||||
|
||||
.. automodule:: oslo_messaging._executors
|
||||
|
||||
.. currentmodule:: oslo_messaging
|
||||
|
||||
==============
|
||||
Executor types
|
||||
==============
|
||||
=========
|
||||
|
||||
Executors are providing the way an incoming message will be dispatched so that
|
||||
the message can be used for meaningful work. Different types of executors are
|
||||
supported, each with its own set of restrictions and capabilities.
|
||||
|
||||
Available Executors
|
||||
===================
|
||||
|
||||
.. list-plugins:: oslo.messaging.executors
|
||||
:detailed:
|
||||
|
Loading…
Reference in new issue