Vert.x Kafka consumer record
package |
Default |
---|
__construct()
checksum() : integer
deprecated | |
---|---|
integer
the checksum (CRC32) of the record.
headers() : array
array
the list of consumer record headers
key() : mixed
mixed
the key (or null if no key is specified)
offset() : integer
integer
the position of this record in the corresponding Kafka partition.
partition() : integer
integer
the partition from which this record is received
topic() : string
string
the topic this record is received from
value() : mixed
mixed
the value