Interface CompatCallableProcedure


  • public interface CompatCallableProcedure
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.neo4j.collection.RawIterator<org.neo4j.values.AnyValue[],​org.neo4j.internal.kernel.api.exceptions.ProcedureException> apply​(org.neo4j.kernel.api.procedure.Context ctx, org.neo4j.values.AnyValue[] input)  
      org.neo4j.internal.kernel.api.procs.ProcedureSignature signature()  
    • Method Detail

      • signature

        org.neo4j.internal.kernel.api.procs.ProcedureSignature signature()
      • apply

        org.neo4j.collection.RawIterator<org.neo4j.values.AnyValue[],​org.neo4j.internal.kernel.api.exceptions.ProcedureException> apply​(org.neo4j.kernel.api.procedure.Context ctx,
                                                                                                                                              org.neo4j.values.AnyValue[] input)
                                                                                                                                       throws org.neo4j.internal.kernel.api.exceptions.ProcedureException
        Throws:
        org.neo4j.internal.kernel.api.exceptions.ProcedureException