adf4cd9d05
Add detailed documentation to the driver API to help driver developers create drivers that behave consistently. Specifically prescribes a set of operational characteristics that a driver must conform to in order to provide consistent behavior across different implementations. Change-Id: Icb251ee724f9a0ac4fede702a367910de4ba95e3
49 lines
643 B
ReStructuredText
49 lines
643 B
ReStructuredText
oslo.messaging
|
|
==============
|
|
|
|
The Oslo messaging API supports RPC and notifications over a number of
|
|
different messaging transports.
|
|
|
|
Contents
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
transport
|
|
executors
|
|
target
|
|
server
|
|
rpcclient
|
|
notifier
|
|
notification_driver
|
|
notification_listener
|
|
serializer
|
|
exceptions
|
|
opts
|
|
conffixture
|
|
drivers
|
|
supported-messaging-drivers
|
|
AMQP1.0
|
|
pika_driver
|
|
zmq_driver
|
|
driver-dev-guide
|
|
FAQ
|
|
contributing
|
|
|
|
Release Notes
|
|
=============
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
history
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|