public static class
QueueDequeueMany.Options
Optional attributes for QueueDequeueMany
Public Methods
QueueDequeueMany.Options |
timeoutMs(Long timeoutMs)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public QueueDequeueMany.Options timeoutMs (Long timeoutMs)
Parameters
timeoutMs | If the queue has fewer than n elements, this operation will block for up to timeout_ms milliseconds. Note: This option is not supported yet. |
---|