Uses of Enum Class
org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
Packages that use KafkaProperties.IsolationLevel
Package
Description
Auto-configuration for Apache Kafka.
-
Uses of KafkaProperties.IsolationLevel in org.springframework.boot.autoconfigure.kafka
Methods in org.springframework.boot.autoconfigure.kafka that return KafkaProperties.IsolationLevelModifier and TypeMethodDescriptionKafkaProperties.Consumer.getIsolationLevel()
Returns the enum constant of this class with the specified name.static KafkaProperties.IsolationLevel[]
KafkaProperties.IsolationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.autoconfigure.kafka with parameters of type KafkaProperties.IsolationLevelModifier and TypeMethodDescriptionvoid
KafkaProperties.Consumer.setIsolationLevel
(KafkaProperties.IsolationLevel isolationLevel)