6d99fb19ab
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: Ibefa495be41c91957c2e8d797130e569bccc3765
6 lines
169 B
YAML
6 lines
169 B
YAML
---
|
|
other:
|
|
- |
|
|
Use ``publish`` for ``AGENT's`` ``AFTER_CREATE`` and ``AFTER_UPDATE`` events
|
|
with ``DBEventPayload`` instead of the deprecated notify callback.
|