Package | Description |
---|---|
org.springframework.boot.autoconfigure.kafka |
Auto-configuration for Apache Kafka.
|
Modifier and Type | Method and Description |
---|---|
KafkaProperties.IsolationLevel |
KafkaProperties.Consumer.getIsolationLevel() |
static KafkaProperties.IsolationLevel |
KafkaProperties.IsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaProperties.IsolationLevel[] |
KafkaProperties.IsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KafkaProperties.Consumer.setIsolationLevel(KafkaProperties.IsolationLevel isolationLevel) |