KafkaConsumerRecords

Vert.x Kafka consumer records

package

Default

Methods

__construct

__construct() 

isEmpty

isEmpty() : boolean

Response

boolean

whether this batch contains any records

Get the record at the given index

recordAt( $arg0) : \io\vertx\jphp\kafka\client\consumer\KafkaConsumerRecord<K,V>

Arguments

$arg0

integer

Response

\io\vertx\jphp\kafka\client\consumer\KafkaConsumerRecord

size

size() : integer

Response

integer

the total number of records in this batch