| Package | Description | 
|---|---|
| io.vertx.kafka.admin | 
| 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 
 | 
Copyright © 2020 Eclipse. All rights reserved.