Uses of Class
io.strimzi.systemtest.kafkaclients.clientproperties.ProducerProperties
-
Packages that use ProducerProperties Package Description io.strimzi.systemtest.kafkaclients io.strimzi.systemtest.kafkaclients.clientproperties -
-
Uses of ProducerProperties in io.strimzi.systemtest.kafkaclients
Methods in io.strimzi.systemtest.kafkaclients that return ProducerProperties Modifier and Type Method Description ProducerProperties
AbstractKafkaClient. getProducerProperties()
Methods in io.strimzi.systemtest.kafkaclients with parameters of type ProducerProperties Modifier and Type Method Description SELF
AbstractKafkaClient.Builder. withProducerProperties(ProducerProperties producerProperties)
-
Uses of ProducerProperties in io.strimzi.systemtest.kafkaclients.clientproperties
Methods in io.strimzi.systemtest.kafkaclients.clientproperties that return ProducerProperties Modifier and Type Method Description ProducerProperties
ProducerProperties.ProducerPropertiesBuilder. build()
Methods in io.strimzi.systemtest.kafkaclients.clientproperties with parameters of type ProducerProperties Modifier and Type Method Description ProducerProperties.ProducerPropertiesBuilder
ProducerProperties. toBuilder(ProducerProperties clientProperties)
-