Uses of Class
io.strimzi.api.kafka.model.listener.KafkaListenerTls
-
Packages that use KafkaListenerTls Package Description io.strimzi.api.kafka.model.listener -
-
Uses of KafkaListenerTls in io.strimzi.api.kafka.model.listener
Methods in io.strimzi.api.kafka.model.listener that return KafkaListenerTls Modifier and Type Method Description KafkaListenerTlsKafkaListenerTlsBuilder. build()KafkaListenerTlsKafkaListenersFluent. buildTls()KafkaListenerTlsKafkaListenersFluentImpl. buildTls()KafkaListenerTlsKafkaListeners. getTls()Deprecated.KafkaListenerTlsKafkaListenersFluent. getTls()Deprecated.KafkaListenerTlsKafkaListenersFluentImpl. getTls()Deprecated.Methods in io.strimzi.api.kafka.model.listener with parameters of type KafkaListenerTls Modifier and Type Method Description KafkaListenersFluent.TlsNested<A>KafkaListenersFluent. editOrNewTlsLike(KafkaListenerTls item)KafkaListenersFluent.TlsNested<A>KafkaListenersFluentImpl. editOrNewTlsLike(KafkaListenerTls item)voidKafkaListeners. setTls(KafkaListenerTls tls)Deprecated.KafkaListenersFluent.TlsNested<A>KafkaListenersFluent. withNewTlsLike(KafkaListenerTls item)KafkaListenersFluent.TlsNested<A>KafkaListenersFluentImpl. withNewTlsLike(KafkaListenerTls item)AKafkaListenersFluent. withTls(KafkaListenerTls tls)AKafkaListenersFluentImpl. withTls(KafkaListenerTls tls)Constructors in io.strimzi.api.kafka.model.listener with parameters of type KafkaListenerTls Constructor Description KafkaListenerTlsBuilder(KafkaListenerTls instance)KafkaListenerTlsBuilder(KafkaListenerTlsFluent<?> fluent, KafkaListenerTls instance)KafkaListenerTlsBuilder(KafkaListenerTlsFluent<?> fluent, KafkaListenerTls instance, Boolean validationEnabled)KafkaListenerTlsBuilder(KafkaListenerTls instance, Boolean validationEnabled)KafkaListenerTlsFluentImpl(KafkaListenerTls instance)
-