public static class XAutoClaimArgs.Builder extends Object
XAutoClaimArgs.| Modifier and Type | Method and Description |
|---|---|
static <K> XAutoClaimArgs<K> |
justid(Consumer<K> consumer,
Duration minIdleTime,
String startId)
Creates new
XAutoClaimArgs and set the JUSTID flag to return just the message id and do not increment
the retry counter. |
static <K> XAutoClaimArgs<K> |
justid(Consumer<K> consumer,
long minIdleTime,
String startId)
Creates new
XAutoClaimArgs and set the JUSTID flag to return just the message id and do not increment
the retry counter. |
static <K> XAutoClaimArgs<K> |
xautoclaim(Consumer<K> consumer,
Duration minIdleTime,
String startId)
Creates new
XAutoClaimArgs. |
static <K> XAutoClaimArgs<K> |
xautoclaim(Consumer<K> consumer,
long minIdleTime,
String startId)
Creates new
XAutoClaimArgs. |
public static <K> XAutoClaimArgs<K> justid(Consumer<K> consumer, long minIdleTime, String startId)
XAutoClaimArgs and set the JUSTID flag to return just the message id and do not increment
the retry counter. The message body is not returned when calling XAUTOCLAIM.K - consumer - minIdleTime - startId - XAutoClaimArgs with minIdleTime and startId configured.public static <K> XAutoClaimArgs<K> justid(Consumer<K> consumer, Duration minIdleTime, String startId)
XAutoClaimArgs and set the JUSTID flag to return just the message id and do not increment
the retry counter. The message body is not returned when calling XAUTOCLAIM.K - consumer - minIdleTime - startId - XAutoClaimArgs with minIdleTime and startId configured.public static <K> XAutoClaimArgs<K> xautoclaim(Consumer<K> consumer, long minIdleTime, String startId)
XAutoClaimArgs.K - consumer - minIdleTime - startId - XAutoClaimArgs with minIdleTime and startId configured.public static <K> XAutoClaimArgs<K> xautoclaim(Consumer<K> consumer, Duration minIdleTime, String startId)
XAutoClaimArgs.K - consumer - minIdleTime - startId - XAutoClaimArgs with minIdleTime and startId configured.Copyright © 2025 lettuce.io. All rights reserved.