The RdKafka\TopicPartition class

(PECL rdkafka >= 1.0.0, librdkafka >= 0.9)

Introduction

Topic+Partition

Class synopsis

RdKafka\TopicPartition {
/* Methods */
public getOffset ( void ) : integer
public getPartition ( void ) : integer
public getTopic ( void ) : string
public setOffset ( string $offset ) : void
public setPartition ( string $partition ) : ReturnType
public setTopic ( string $topic_name ) : ReturnType
}

Table of Contents