Are there lifecycle event hooks for different actions such as update, insert, delete?
jdgriffith opened this issue · 2 comments
jdgriffith commented
I have added model event hooks in my API and need certain hooks to be fired on the admin side too to keep my Elastic Search instance in sync. Is there a hook mechanism or strategy?
simov commented
jdgriffith commented
Awesome! This will work for my purposes. Thanks!