public class Message extends Object
Constructor and Description |
---|
Message(long id,
byte[] chunkBuffer) |
Message(long id,
com.arangodb.velocypack.VPackSlice head,
com.arangodb.velocypack.VPackSlice body) |
Modifier and Type | Method and Description |
---|---|
com.arangodb.velocypack.VPackSlice |
getBody() |
com.arangodb.velocypack.VPackSlice |
getHead() |
long |
getId() |
public Message(long id, byte[] chunkBuffer) throws BufferUnderflowException, IndexOutOfBoundsException
public Message(long id, com.arangodb.velocypack.VPackSlice head, com.arangodb.velocypack.VPackSlice body)
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.