public class LocalReceiver<T> extends AbstractMessageReceiver<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress() |
protected T |
pollMicros(long timeoutMicros)
Polls the queue with a timeout.
|
java.lang.String |
toString() |
accepted, add, addAll, clear, contains, containsAll, drainTo, drainTo, element, getLastMessageId, isEmpty, iterator, modified, offer, offer, onBuild, peek, poll, poll, put, rejected, released, remainingCapacity, remove, remove, removeAll, retainAll, size, take, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic java.lang.String getAddress()
protected T pollMicros(long timeoutMicros)
AbstractMessageReceiverpollMicros in class AbstractMessageReceiver<T>public java.lang.String toString()
toString in class AbstractMessageReceiver<T>