Uses of Enum Class
org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
Package
Description
Auto-configuration for Apache Kafka.
-
Uses of KafkaProperties.IsolationLevel in org.springframework.boot.autoconfigure.kafka
Modifier 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.Modifier and TypeMethodDescriptionvoid
KafkaProperties.Consumer.setIsolationLevel
(KafkaProperties.IsolationLevel isolationLevel)