Uses of Class
io.strimzi.api.kafka.model.listener.arraylistener.KafkaListenerType
-
Packages that use KafkaListenerType Package Description io.strimzi.api.kafka.model.listener.arraylistener -
-
Uses of KafkaListenerType in io.strimzi.api.kafka.model.listener.arraylistener
Methods in io.strimzi.api.kafka.model.listener.arraylistener that return KafkaListenerType Modifier and Type Method Description static KafkaListenerTypeKafkaListenerType. forValue(String value)KafkaListenerTypeGenericKafkaListener. getType()KafkaListenerTypeGenericKafkaListenerFluent. getType()KafkaListenerTypeGenericKafkaListenerFluentImpl. getType()static KafkaListenerTypeKafkaListenerType. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaListenerType[]KafkaListenerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.api.kafka.model.listener.arraylistener with parameters of type KafkaListenerType Modifier and Type Method Description voidGenericKafkaListener. setType(KafkaListenerType type)AGenericKafkaListenerFluent. withType(KafkaListenerType type)AGenericKafkaListenerFluentImpl. withType(KafkaListenerType type)
-