public class WriterSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WriterSettings.Builder
BUILDER
|
| Modifier and Type | Method and Description |
|---|---|
Codec |
getCodec() |
long |
getMaxSendBufferMemorySize() |
int |
getMaxSendBufferMessagesCount() |
String |
getMessageGroupId() |
Long |
getPartitionId() |
String |
getProducerId() |
String |
getTopicPath() |
static WriterSettings.Builder |
newBuilder() |
public static WriterSettings.Builder newBuilder()
public String getTopicPath()
public String getProducerId()
public String getMessageGroupId()
public Long getPartitionId()
public Codec getCodec()
public long getMaxSendBufferMemorySize()
public int getMaxSendBufferMessagesCount()
Copyright © 2024. All rights reserved.