Class ListConsumerGroupOffsetsSpec
java.lang.Object
io.vertx.kafka.admin.ListConsumerGroupOffsetsSpec
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor (from JSON representation) -
Method Summary
Modifier and TypeMethodDescriptiontoJson()Convert object to JSON representationReturns a collection of topic partitions to add as part of the result.topicPartitions(Collection<TopicPartition> topicPartitions) Set the topic partitions to list as part of the result.toString()
-
Constructor Details
-
ListConsumerGroupOffsetsSpec
public ListConsumerGroupOffsetsSpec()Constructor -
ListConsumerGroupOffsetsSpec
Constructor (from JSON representation)- Parameters:
json- JSON representation
-
-
Method Details
-
topicPartitions
Set the topic partitions to list as part of the result.nullincludes all topic partitions.- Parameters:
topicPartitions- Collection of topic partitions to include- Returns:
- This ListConsumerGroupOffsetsSpec
-
topicPartitions
Returns a collection of topic partitions to add as part of the result. -
toJson
-
toString
-