Class ErrorCachingQuerySubscriber.DoNothingSubscriber

    • Constructor Detail

      • DoNothingSubscriber

        public DoNothingSubscriber()
    • Method Detail

      • onResult

        public void onResult​(int numberOfFields)
      • onRecord

        public void onRecord()
      • onField

        public void onField​(int offset,
                            org.neo4j.values.AnyValue value)
      • onRecordCompleted

        public void onRecordCompleted()
      • onResultCompleted

        public void onResultCompleted​(org.neo4j.graphdb.QueryStatistics statistics)