ec4d6639bc
The get_rpc_transport wraps get_transport to unify the API in anticipation of comprehensive separation of RPC and Notification messaging backends. Related-Bug: 1680192 Change-Id: Ic6af07b98ff43806c2af38a3ba129991f1e0ec86
11 lines
343 B
YAML
11 lines
343 B
YAML
---
|
|
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.
|