java.lang.Object
org.neo4j.bolt.connection.netty.impl.messaging.request.AbstractStreamingMessage
org.neo4j.bolt.connection.netty.impl.messaging.request.PullMessage
All Implemented Interfaces:
Message, RequestMessage

public class PullMessage extends AbstractStreamingMessage
PULL request message

Sent by clients to pull the entirety of the remaining stream down.

  • Field Details

  • Constructor Details

    • PullMessage

      public PullMessage(long n, long id, ValueFactory valueFactory)
  • Method Details

    • name

      public String name()
    • signature

      public byte signature()