public class XClaimParams extends Params
构造器和说明 |
---|
XClaimParams() |
限定符和类型 | 方法和说明 |
---|---|
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.
|
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() |
getByteParams, getParam, toString
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()