VStreamChunkHeader

avokka.velocystream.VStreamChunkHeader
See theVStreamChunkHeader companion object
final case class VStreamChunkHeader(x: VStreamChunkX, id: Long, length: Long)

header of chunk

Value parameters

id

unique message identifier

length

total size of message in bytes

x

chunkx

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Returns

header of the next chunk for the same message

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product