| Package | Description |
|---|---|
| net.kut3.messaging.kafka | |
| net.kut3.messaging.kafka.client |
| Modifier and Type | Method and Description |
|---|---|
static OffsetResetMode |
OffsetResetMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffsetResetMode[] |
OffsetResetMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleConsumerProperties(String consumerName,
String servers,
String groupId,
OffsetResetMode offsetResetMode,
Collection<String> topics) |
Copyright © 2019. All rights reserved.