Skip to content
Snippets Groups Projects
Commit a91da87c authored by Andrey Saranchin's avatar Andrey Saranchin Committed by Aleksandr Lyapunov
Browse files

trigger: introduce tarantool.trigger.on_change triggers

New event named 'tarantool.trigger.on_change' is called when any event
is modified (trigger.set or trigger.del). All the handlers are called with
one argument - name of the modified event. Returned value of each handler
is ignored. Handlers are fired after the event is changed (the event
contains inserted trigger, if any, and does not contain deleted one, if
any). All thrown errors are logged with error level and do not stop
execution of triggers.

Closes #8664

NO_CHANGELOG=later
NO_DOC=later
parent 42abf4c0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment