Uses of Enum
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerType
Packages that use KafkaListenerType
-
Uses of KafkaListenerType in io.strimzi.api.kafka.model.kafka.listener
Methods in io.strimzi.api.kafka.model.kafka.listener that return KafkaListenerTypeModifier and TypeMethodDescriptionstatic KafkaListenerTypeGenericKafkaListener.getType()GenericKafkaListenerFluent.getType()static KafkaListenerTypeReturns 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.kafka.listener with parameters of type KafkaListenerTypeModifier and TypeMethodDescriptionvoidGenericKafkaListener.setType(KafkaListenerType type) GenericKafkaListenerFluent.withType(KafkaListenerType type)