This patch switches callbacks over to the payload object style events for AGENT AFTER_CREATE and AFTER_UPDATE based notifications. To do so a DBEventPayload object is used with the publish() method to pass along the API related data. Change-Id: Ibefa495be41c91957c2e8d797130e569bccc3765changes/14/623014/5
parent
77a8b020c3
commit
6d99fb19ab
@ -0,0 +1,5 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Use ``publish`` for ``AGENT's`` ``AFTER_CREATE`` and ``AFTER_UPDATE`` events
|
||||
with ``DBEventPayload`` instead of the deprecated notify callback.
|
Loading…
Reference in new issue