Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-31-2020 06:18 AM
Hello,
I am looking for some help on setting up Transaction Event Handlers.
I see that custom event handlers are available here: https://gist.github.com/psuman/3118371
My question is where to put these files in the neo4j file structure? Is there any documentation I can read or tutorials on how to set these up?
Thanks in advance,
James
11-02-2020 03:51 AM
I have created a repo with an example : https://github.com/ikwattro/neo4j-transaction-event-listener-extension
01-13-2022 03:17 AM
I wrote a very similar extension factory class - it works fine in a test with neo4j-harness. Then I copied the jar file into the plugins directory of the database in a Desktop installation, and restarted it, but the event listener doesn't work. Am I missing a step?
01-17-2022 01:29 AM
Worked after I registered the extension factory in META-INF/services. Added a PR with this file.
All the sessions of the conference are now available online