File: get_rpc_transport-4aa3511ad9754a60.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 (10 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Add get_rpc_transport call to make the API clear for the separation
    of RPC and Notification messaging backends.
deprecations:
  - |
    Deprecate get_transport and use get_rpc_transport or
    get_notification_transport to make the API usage clear for the
    separation of RPC and Notification messaging backends.