public static class XCfgSetArgs.Builder extends Object
XCfgSetArgs.| Modifier and Type | Method and Description |
|---|---|
static XCfgSetArgs |
idmpDuration(long duration)
Creates new
XCfgSetArgs and setting IDMP-DURATION. |
static XCfgSetArgs |
idmpMaxsize(long maxsize)
Creates new
XCfgSetArgs and sets a IDMP-MAXSIZE. |
public static XCfgSetArgs idmpDuration(long duration)
XCfgSetArgs and setting IDMP-DURATION.duration - duration in seconds (1-86400).XCfgSetArgs with IDMP-DURATION set.XCfgSetArgs.idmpDuration(long)public static XCfgSetArgs idmpMaxsize(long maxsize)
XCfgSetArgs and sets a IDMP-MAXSIZE.maxsize - maximum number of idempotent IDs per producer (1-10000).XCfgSetArgs with IDMP-MAXSIZE set.XCfgSetArgs.idmpMaxsize(long)Copyright © 2026 lettuce.io. All rights reserved.