| Package | Description |
|---|---|
| io.vertx.kafka.admin | |
| io.vertx.kafka.client.common.impl |
| Modifier and Type | Method and Description |
|---|---|
MemberAssignment |
MemberDescription.getAssignment() |
MemberAssignment |
MemberAssignment.setTopicPartitions(Set<TopicPartition> topicPartitions)
Set the list of topic partitions
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MemberAssignmentConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
MemberAssignment obj) |
MemberDescription |
MemberDescription.setAssignment(MemberAssignment assignment)
Set the assignment of the group member
|
static void |
MemberAssignmentConverter.toJson(MemberAssignment obj,
JsonObject json) |
static void |
MemberAssignmentConverter.toJson(MemberAssignment obj,
Map<String,Object> json) |
| Constructor and Description |
|---|
MemberDescription(String consumerId,
String clientId,
String host,
MemberAssignment assignment)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static MemberAssignment |
Helper.from(org.apache.kafka.clients.admin.MemberAssignment memberAssignment) |
Copyright © 2021. All rights reserved.