Package Products :: Package ZenModel :: Module interfaces :: Class INotificationContextProvider
[hide private]
[frames] | no frames]

Class INotificationContextProvider

source code

zope.interface.Interface --+
                           |
                          INotificationContextProvider

Hook to allow a ZenPack to provide additional context to a notification. @since 4.1.1

Instance Methods [hide private]
 
updateContext(signal, context) source code
Method Details [hide private]

updateContext(signal, context)

source code 
Parameters:
  • signal (zenoss.protocols.protobufs.zep_pb2.Signal) - The signal which triggered the notification.
  • context (dict) - The dictionary of context passed to the underlying notification.