Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-10-2023 03:42 AM
im trying to implement a user-defined procedure in java, and trying to follow the documentation User-defined procedures https://neo4j.com/docs/java-reference/current/extending-neo4j/procedures/
however, it is unable to find my procedure AlternativeMissingLinks, is there something I'm missing?
01-10-2023 04:58 AM - edited 01-10-2023 04:59 AM
Looks like your method is defining a custom function, not a custom procedure. You need to us ‘withFunction’ instead of ‘withProcedure’ to make it available.
All the sessions of the conference are now available online