Has anyone attempted to create some sort of listen...
# exposed
a
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
There is
StatementInterceptor
in Exposed with before/after execute/commit handlers.
👍 1
👍🏻 1