T - public class BaseUniversalInmemQueue<T extends BaseUniversalQueueMessage> extends InmemQueue
| Constructor and Description |
|---|
BaseUniversalInmemQueue() |
BaseUniversalInmemQueue(int boundary) |
| Modifier and Type | Method and Description |
|---|---|
T |
take()
Takes a message out of queue.
|
close, createQueue, destroy, ephemeralSize, finish, getBoundary, getEphemeralDisabled, getOrphanMessages, init, isEphemeralDisabled, moveFromEphemeralToQueueStorage, putToQueue, queue, queueSize, requeue, requeueSilent, setBoundary, setEphemeralDisabled, takeFromQueuepublic BaseUniversalInmemQueue()
public BaseUniversalInmemQueue(int boundary)
public T take()
Implementation flow:
Note: ephemeral storage implementation is optional, depends on implementation.
take in interface IQueuetake in class InmemQueueCopyright © 2016 DDTH. All rights reserved.