Interface PullMessageHandler

All Superinterfaces:
MessageHandler<PullSummary>

public interface PullMessageHandler extends MessageHandler<PullSummary>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRecord(Value[] fields)
     

    Methods inherited from interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageHandler

    onError, onSummary
  • Method Details

    • onRecord

      void onRecord(Value[] fields)