Feature/events dispatching available on Monitor model
Hi,
for my need I had to intercept some user action from the UI (relative to queue_monitor table, Monitor model).
For example, when a user delete an item from UI, I have to implement some action in my application.
So I propose to manage Events fired by the Monitor model (on deleting and creating records).
So, developers can makes their Listeners, on application side, "hooking" to package's Events.
In short: make available 4 main Events we can use in our listeners in our application.
Let me know if might be useful, thanks
(in the pr , restore .gitignore and composer.json)
Hey! Thanks for your contribution. The PR itself looks good but I'm currently debating if a custom Monitor class which can be overridden by the consuming application would be a good idea.
Nonetheless, it looks like you have deleted the composer.json, I assume that was a mistake?
it looks like you have deleted the
composer.json, I assume that was a mistake?
Yes, sure is my fault :)
it looks like you have deleted the
composer.json, I assume that was a mistake?Yes, sure is my fault :)
Restored composer.json and .gitignore
I'm currently debating if a custom Monitor class which can be overridden by the consuming application would be a good idea.
Yes, for the moment I use my custom Monitor class via model value into config/queue-monitor.php. My custom model extends package Monitor model.
+1