03b6f18f80
Since RPC and notifications can have different backends, it is useful to warn users if they use a notification transport in RPC and vice versa. This patch introduces RPCTransport and NotificationTransport subclasses of Transport, so it's easier to add different behavior for them if need be. Related-Bug: #1680192 Change-Id: Iab60544d69053c8e74c28a2d5c84665be749013f |
||
---|---|---|
.. | ||
__init__.py | ||
_impl_log.py | ||
_impl_noop.py | ||
_impl_routing.py | ||
_impl_test.py | ||
dispatcher.py | ||
filter.py | ||
listener.py | ||
log_handler.py | ||
logger.py | ||
messaging.py | ||
middleware.py | ||
notifier.py |