| Package | Description |
|---|---|
| net.kut3.messaging.kafka |
| Modifier and Type | Method and Description |
|---|---|
OffsetMode |
KafkaConsumer.ConsumerBuilder.offsetMode()
Default value is
LATEST. |
static OffsetMode |
OffsetMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffsetMode[] |
OffsetMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KafkaConsumer.ConsumerBuilder |
KafkaConsumer.ConsumerBuilder.offsetMode(OffsetMode value) |
Copyright © 2019. All rights reserved.