Uses of Class
com.swiftmq.swiftlet.queue.QueueTimeoutException
Packages that use QueueTimeoutException
-
Uses of QueueTimeoutException in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that throw QueueTimeoutExceptionModifier and TypeMethodDescriptionAbstractQueue.getExpiredMessage
(Object transactionId, long timeout) Get the next expired message from the queue but wait only a specific period of time.QueuePullTransaction.getExpiredMessage
(long timeout) Get an expired message from the queue but wait only a specific period of time.AbstractQueue.getMessage
(Object transactionId, long timeout) Get a message from the queue but wait only a specific period of time.AbstractQueue.getMessage
(Object transactionId, Selector selector, int viewId, long timeout) Get the next message from the view but wait only a specific period of time.AbstractQueue.getMessage
(Object transactionId, Selector selector, long timeout) Get a message from the queue that matches the selector but wait only a specific period of time.QueuePullTransaction.getMessage
(long timeout) Get a message from the queue but wait only a specific period of time.QueuePullTransaction.getMessage
(long timeout, Selector selector) Get a message from the queue that matches the selector but wait only a specific period of time.