public static class LarkChannelOptions.SafetyConfig extends Object
| 构造器和说明 |
|---|
SafetyConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
LarkChannelOptions.BatchTextConfig |
getBatchText() |
int |
getDedupMaxEntries() |
String |
getDedupNamespace() |
long |
getDedupSweepMs() |
long |
getDedupTtlMs() |
long |
getProcessingLockTtlMs() |
long |
getStaleMessageWindowMs() |
boolean |
isChatQueueEnabled() |
void |
setBatchText(LarkChannelOptions.BatchTextConfig batchText) |
void |
setChatQueueEnabled(boolean chatQueueEnabled) |
void |
setDedupMaxEntries(int dedupMaxEntries) |
void |
setDedupNamespace(String dedupNamespace) |
void |
setDedupSweepMs(long dedupSweepMs) |
void |
setDedupTtlMs(long dedupTtlMs) |
void |
setProcessingLockTtlMs(long processingLockTtlMs) |
void |
setStaleMessageWindowMs(long staleMessageWindowMs) |
public long getDedupTtlMs()
public void setDedupTtlMs(long dedupTtlMs)
public int getDedupMaxEntries()
public void setDedupMaxEntries(int dedupMaxEntries)
public long getDedupSweepMs()
public void setDedupSweepMs(long dedupSweepMs)
public long getStaleMessageWindowMs()
public void setStaleMessageWindowMs(long staleMessageWindowMs)
public boolean isChatQueueEnabled()
public void setChatQueueEnabled(boolean chatQueueEnabled)
public long getProcessingLockTtlMs()
public void setProcessingLockTtlMs(long processingLockTtlMs)
public String getDedupNamespace()
public void setDedupNamespace(String dedupNamespace)
public LarkChannelOptions.BatchTextConfig getBatchText()
public void setBatchText(LarkChannelOptions.BatchTextConfig batchText)
Copyright © 2026. All rights reserved.