fun configResourceOf(default: Boolean? = null, name: String? = null, type: Type? = null): ConfigResource
A function providing a DSL for building io.vertx.kafka.client.common.ConfigResource objects.
A class representing resources that have configuration
default
- Set if this is the default resource of a resource type. Resource name is empty for the default resource.