Uses of Class
io.vertx.kafka.admin.MemberDescription
-
Packages that use MemberDescription Package Description io.vertx.kafka.admin -
-
Uses of MemberDescription in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return MemberDescription Modifier and Type Method Description MemberDescription
MemberDescription. setAssignment(MemberAssignment assignment)
Set the assignment of the group memberMemberDescription
MemberDescription. setClientId(String clientId)
Set the client id of the group memberMemberDescription
MemberDescription. setConsumerId(String consumerId)
Set the consumer id of the group memberMemberDescription
MemberDescription. setHost(String host)
Set the host where the group member is runningMethods in io.vertx.kafka.admin that return types with arguments of type MemberDescription Modifier and Type Method Description List<MemberDescription>
ConsumerGroupDescription. getMembers()
Method parameters in io.vertx.kafka.admin with type arguments of type MemberDescription Modifier and Type Method Description ConsumerGroupDescription
ConsumerGroupDescription. setMembers(List<MemberDescription> members)
Set a list of the members of the consumer groupConstructor parameters in io.vertx.kafka.admin with type arguments of type MemberDescription Constructor Description ConsumerGroupDescription(String groupId, boolean isSimpleConsumerGroup, List<MemberDescription> members, String partitionAssignor, org.apache.kafka.common.ConsumerGroupState state, Node coordinator, Set<org.apache.kafka.common.acl.AclOperation> authorizedOperations)
Constructor
-