| Package | Description |
|---|---|
| io.vertx.kafka.admin |
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterOptions |
DescribeClusterOptions.includeAuthorizedOperations(boolean includeAuthorizedOperations) |
| Modifier and Type | Method and Description |
|---|---|
Future<ClusterDescription> |
KafkaAdminClient.describeCluster(DescribeClusterOptions options)
Like
KafkaAdminClient.describeCluster(DescribeClusterOptions, Handler) but returns a Future of the asynchronous result |
void |
KafkaAdminClient.describeCluster(DescribeClusterOptions options,
Handler<AsyncResult<ClusterDescription>> completionHandler)
Like
KafkaAdminClient.describeCluster(Handler) but allows customized options. |
Copyright © 2024 Eclipse. All rights reserved.