File: get-rpc-client-0b4aa62160864b29.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    Added new ``get_rpc_client`` function to instantiate the RPCClient
    class
deprecations:
  - |
    Instantiating the RPCClient class directly is deprecated in favor
    of using the new ``get_rpc_client`` function to expose a more
    common API similar to existing functions such as ``get_rpc_server``
    and ``get_rpc_transport``