| Constructor and Description |
|---|
XClaimParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
boolean |
equals(java.lang.Object o) |
XClaimParams |
force()
Creates the pending message entry in the PEL even if certain specified IDs are not already in
the PEL assigned to a different client.
|
int |
hashCode() |
XClaimParams |
idle(long idleTime)
Set the idle time (last time it was delivered) of the message.
|
XClaimParams |
retryCount(int count)
Set the retry counter to the specified value.
|
XClaimParams |
time(long idleUnixTime)
Set the idle time to a specific Unix time (in milliseconds).
|
static XClaimParams |
xClaimParams() |
public static XClaimParams xClaimParams()
public XClaimParams idle(long idleTime)
idleTime - public XClaimParams time(long idleUnixTime)
idleUnixTime - public XClaimParams retryCount(int count)
count - public XClaimParams force()
public void addParams(CommandArguments args)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2025. All rights reserved.