Uses of Class
io.vertx.kafka.client.common.ConfigResource
Packages that use ConfigResource
-
Uses of ConfigResource in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return types with arguments of type ConfigResourceModifier and TypeMethodDescriptionKafkaAdminClient.describeConfigs(List<ConfigResource> configResources) LikeKafkaAdminClient.describeConfigs(List, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.admin with type arguments of type ConfigResourceModifier and TypeMethodDescriptionKafkaAdminClient.alterConfigs(Map<ConfigResource, Config> configs) LikeKafkaAdminClient.alterConfigs(Map, Handler)but returns aFutureof the asynchronous resultvoidKafkaAdminClient.alterConfigs(Map<ConfigResource, Config> configs, Handler<AsyncResult<Void>> completionHandler) Update the configuration for the specified resources with the default optionsKafkaAdminClient.describeConfigs(List<ConfigResource> configResources) LikeKafkaAdminClient.describeConfigs(List, Handler)but returns aFutureof the asynchronous resultvoidKafkaAdminClient.describeConfigs(List<ConfigResource> configResources, Handler<AsyncResult<Map<ConfigResource, Config>>> completionHandler) Get the configuration for the specified resources with the default optionsvoidKafkaAdminClient.describeConfigs(List<ConfigResource> configResources, Handler<AsyncResult<Map<ConfigResource, Config>>> completionHandler) Get the configuration for the specified resources with the default options -
Uses of ConfigResource in io.vertx.kafka.client.common
Methods in io.vertx.kafka.client.common that return ConfigResourceModifier and TypeMethodDescriptionConfigResource.setDefault(boolean isDefault) Set if this is the default resource of a resource type.Set the resource nameConfigResource.setType(org.apache.kafka.common.config.ConfigResource.Type type) Set the resource type