public class QueueMessageChannel extends AbstractMessageChannel implements PollableChannel
AbstractMessageChannel.ChannelInterceptorChainloggerINDEFINITE_TIMEOUT| Constructor and Description |
|---|
QueueMessageChannel(com.amazonaws.services.sqs.AmazonSQSAsync amazonSqs,
String queueUrl) |
| Modifier and Type | Method and Description |
|---|---|
Message<String> |
receive() |
Message<String> |
receive(long timeout) |
protected boolean |
sendInternal(Message<?> message,
long timeout) |
addInterceptor, addInterceptor, getBeanName, getInterceptors, getLogger, removeInterceptor, removeInterceptor, send, send, setBeanName, setInterceptors, setLogger, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsend, sendpublic QueueMessageChannel(com.amazonaws.services.sqs.AmazonSQSAsync amazonSqs,
String queueUrl)
protected boolean sendInternal(Message<?> message, long timeout)
sendInternal in class AbstractMessageChannelpublic Message<String> receive()
receive in interface PollableChannelpublic Message<String> receive(long timeout)
receive in interface PollableChannelCopyright © 2021 Pivotal Software, Inc.. All rights reserved.