APOC trigger calling java?

Hi!

Reading up about APOC triggers which is pretty cool. Is there any way of calling java from a trigger or smiliar? How slow/fast are the APOC triggers? Thx!

You can implement your own transaction event handlers in java, see e.g. Triggers in Neo4j | Max De Marzi

The speed of those depends on your implementation ;-)