Interface BoltQuerySubscriber<T>


  • public interface BoltQuerySubscriber<T>
    • Method Detail

      • assertSucceeded

        void assertSucceeded()
                      throws org.neo4j.exceptions.KernelException
        Throws:
        org.neo4j.exceptions.KernelException
      • queryStatistics

        org.neo4j.graphdb.QueryStatistics queryStatistics()
      • innerSubscriber

        T innerSubscriber()