public class ReaderSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReaderSettings.Builder
BUILDER
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerName() |
Executor |
getDecompressionExecutor() |
Duration |
getMaxLag() |
long |
getMaxMemoryUsageBytes() |
String |
getReaderName() |
Instant |
getReadFrom() |
List<TopicReadSettings> |
getTopics() |
boolean |
isDecompress() |
static ReaderSettings.Builder |
newBuilder() |
public String getConsumerName()
public List<TopicReadSettings> getTopics()
public long getMaxMemoryUsageBytes()
public Duration getMaxLag()
public Instant getReadFrom()
public boolean isDecompress()
public Executor getDecompressionExecutor()
public static ReaderSettings.Builder newBuilder()
Copyright © 2024. All rights reserved.