Uses of Class
io.vertx.kafka.admin.MemberDescription
Packages that use MemberDescription
-
Uses of MemberDescription in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return MemberDescriptionModifier and TypeMethodDescriptionMemberDescription.setAssignment(MemberAssignment assignment) Set the assignment of the group memberMemberDescription.setClientId(String clientId) Set the client id of the group memberMemberDescription.setConsumerId(String consumerId) Set the consumer id of the group memberSet the host where the group member is runningMethods in io.vertx.kafka.admin that return types with arguments of type MemberDescriptionMethod parameters in io.vertx.kafka.admin with type arguments of type MemberDescriptionModifier and TypeMethodDescriptionConsumerGroupDescription.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 MemberDescriptionModifierConstructorDescriptionConsumerGroupDescription(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