public class SenderMessageFactory<T> extends AbstractMessageFactory<T>
Constructor and Description |
---|
SenderMessageFactory(AbstractMessageSender<T> sender) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
offerMicros(MessagePropertiesFactory<T> factory,
T value,
long timeoutMicros)
Offers a value to the queue.
|
java.lang.String |
toString() |
close, getContentEncoding, getContentType, getCorrelationId, getCreationTime, getExpiryTime, getGroupId, getGroupSequence, getMessageId, getPriority, getReplyTo, getReplyToGroupId, getSubject, getTimeToLive, getTo, getUserId, isDurable, isFirstAcquirer, setContentEncoding, setContentType, setCorrelationId, setCreationTime, setDurable, setExpiryTime, setFirstAcquirer, setGroupId, setGroupSequence, setMessageId, setPriority, setReplyTo, setReplyToGroupId, setSubject, setTimeToLive, setTo, setUserId
add, addAll, clear, contains, containsAll, drainTo, drainTo, element, getMessageFactory, isEmpty, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, remove, removeAll, retainAll, size, take, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, contains, drainTo, drainTo, offer, offer, poll, put, remainingCapacity, remove, take
public SenderMessageFactory(AbstractMessageSender<T> sender)
protected boolean offerMicros(MessagePropertiesFactory<T> factory, T value, long timeoutMicros)
AbstractQueueSender
offerMicros
in class AbstractMessageFactory<T>
public java.lang.String toString()
toString
in class AbstractQueueSender<T>