Uses of Enum Class
org.springframework.boot.kafka.autoconfigure.KafkaProperties.Listener.Type
Packages that use KafkaProperties.Listener.Type
Package
Description
Auto-configuration for Apache Kafka.
-
Uses of KafkaProperties.Listener.Type in org.springframework.boot.kafka.autoconfigure
Subclasses with type arguments of type KafkaProperties.Listener.Type in org.springframework.boot.kafka.autoconfigureMethods in org.springframework.boot.kafka.autoconfigure that return KafkaProperties.Listener.TypeModifier and TypeMethodDescriptionKafkaProperties.Listener.getType()
Returns the enum constant of this class with the specified name.static KafkaProperties.Listener.Type[]
KafkaProperties.Listener.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.kafka.autoconfigure with parameters of type KafkaProperties.Listener.TypeModifier and TypeMethodDescriptionvoid
KafkaProperties.Listener.setType
(KafkaProperties.Listener.Type type)