Uses of Class
io.vertx.kafka.client.common.ConfigResource
-
Packages that use ConfigResource Package Description io.vertx.kafka.admin io.vertx.kafka.client.common -
-
Uses of ConfigResource in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return types with arguments of type ConfigResource Modifier and Type Method Description Future<Map<ConfigResource,Config>>
KafkaAdminClient. describeConfigs(List<ConfigResource> configResources)
Get the configuration for the specified resources with the default optionsMethod parameters in io.vertx.kafka.admin with type arguments of type ConfigResource Modifier and Type Method Description Future<Void>
KafkaAdminClient. alterConfigs(Map<ConfigResource,Config> configs)
Update the configuration for the specified resources with the default optionsFuture<Map<ConfigResource,Config>>
KafkaAdminClient. describeConfigs(List<ConfigResource> configResources)
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 ConfigResource Modifier and Type Method Description ConfigResource
ConfigResource. setDefault(boolean isDefault)
Set if this is the default resource of a resource type.ConfigResource
ConfigResource. setName(String name)
Set the resource nameConfigResource
ConfigResource. setType(org.apache.kafka.common.config.ConfigResource.Type type)
Set the resource type
-