cf0c18a214
This patch cleans up the documentation by removing some functions which don't exist anymore and cause sphinx warnings. The patch also adds pika_driver to index.rst. Change-Id: I23908089ef6ad1f05c78521c2eea3a0a3276eb2a Closes-Bug: #1639171
29 lines
482 B
ReStructuredText
29 lines
482 B
ReStructuredText
----------
|
|
RPC Server
|
|
----------
|
|
|
|
.. automodule:: oslo_messaging.rpc.server
|
|
|
|
.. currentmodule:: oslo_messaging
|
|
|
|
.. autofunction:: get_rpc_server
|
|
|
|
.. autoclass:: RPCAccessPolicyBase
|
|
|
|
.. autoclass:: LegacyRPCAccessPolicy
|
|
|
|
.. autoclass:: DefaultRPCAccessPolicy
|
|
|
|
.. autoclass:: ExplicitRPCAccessPolicy
|
|
|
|
.. autoclass:: RPCDispatcher
|
|
|
|
.. autoclass:: MessageHandlingServer
|
|
:members:
|
|
|
|
.. autofunction:: expected_exceptions
|
|
|
|
.. autofunction:: expose
|
|
|
|
.. autoexception:: ExpectedException
|