1b390c34b0
Document the plugins available for executors and notifiers. Fix the formatting in the aioeventlet executor so the docstring renders properly. Change-Id: I7709b65f5aa68fab3822b4de11640309aa07b1d7
14 lines
354 B
ReStructuredText
14 lines
354 B
ReStructuredText
=========
|
|
Executors
|
|
=========
|
|
|
|
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:
|