| Package | Description |
|---|---|
| io.vertx.kafka.admin |
| Modifier and Type | Method and Description |
|---|---|
DescribeTopicsOptions |
DescribeTopicsOptions.includeAuthorizedOperations(boolean includeAuthorizedOperations) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Map<String,TopicDescription>> |
KafkaAdminClient.describeTopics(List<String> topicNames,
DescribeTopicsOptions options)
Like
KafkaAdminClient.describeTopics(List, DescribeTopicsOptions, Handler) but returns a Future of the asynchronous result |
void |
KafkaAdminClient.describeTopics(List<String> topicNames,
DescribeTopicsOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Map<String,TopicDescription>>> completionHandler)
Like
KafkaAdminClient.describeTopics(List, Handler) but allows for customised otions |
Copyright © 2024 Eclipse. All rights reserved.