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() |
BiConsumer<Status,Throwable> |
getErrorsHandler() |
long |
getMaxMemoryUsageBytes() |
String |
getReaderName() |
List<TopicReadSettings> |
getTopics() |
static ReaderSettings.Builder |
newBuilder() |
public String getConsumerName()
public List<TopicReadSettings> getTopics()
public BiConsumer<Status,Throwable> getErrorsHandler()
public long getMaxMemoryUsageBytes()
public Executor getDecompressionExecutor()
public static ReaderSettings.Builder newBuilder()
Copyright © 2025. All rights reserved.