public static class
QueueEnqueue.Options
Optional attributes for QueueEnqueue
Public Methods
QueueEnqueue.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 QueueEnqueue.Options timeoutMs (Long timeoutMs)
Parameters
timeoutMs | If the queue is full, this operation will block for up to timeout_ms milliseconds. Note: This option is not supported yet. |
---|