Available Notifier Drivers¶
log¶
Publish notifications via Python logging infrastructure.
messaging¶
Send notifications using the 1.0 message format.
This driver sends notifications over the configured messaging transport, but without any message envelope (also known as message format 1.0).
This driver should only be used in cases where there are existing consumers deployed which do not support the 2.0 message format.
messagingv2¶
Send notifications using the 2.0 message format.
noop¶
Warning
No documentation found in noop = oslo_messaging.notify._impl_noop:NoOpDriver
routing¶
Warning
No documentation found in routing = oslo_messaging.notify._impl_routing:RoutingDriver
test¶
Store notifications in memory for test verification.
trove.openstack.common.notifier.log_notifier¶
Publish notifications via Python logging infrastructure.
trove.openstack.common.notifier.no_op_notifier¶
Warning
No documentation found in trove.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver
trove.openstack.common.notifier.rpc_notifier¶
Send notifications using the 1.0 message format.
This driver sends notifications over the configured messaging transport, but without any message envelope (also known as message format 1.0).
This driver should only be used in cases where there are existing consumers deployed which do not support the 2.0 message format.
trove.openstack.common.notifier.rpc_notifier2¶
Send notifications using the 2.0 message format.
trove.openstack.common.notifier.test_notifier¶
Store notifications in memory for test verification.