Has anyone attempted to create some sort of listener with Exposed? Is the only way of doing so to manually send a broadcast each time an update method in our DAO/DSL executes and finishes?
t
tapac
11/08/2018, 8:39 PM
There is
StatementInterceptor
in Exposed with before/after execute/commit handlers.