public class TopicMessageChannel extends AbstractMessageChannel
AbstractMessageChannel.ChannelInterceptorChain| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_DEDUPLICATION_ID_HEADER
Message Deduplication id for SNS message.
|
static String |
MESSAGE_GROUP_ID_HEADER
Message group id for SNS message (applies only to FIFO topic).
|
static String |
NOTIFICATION_SUBJECT_HEADER
Header name.
|
loggerINDEFINITE_TIMEOUT| Constructor and Description |
|---|
TopicMessageChannel(com.amazonaws.services.sns.AmazonSNS amazonSns,
String topicArn) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
sendInternal(Message<?> message,
long timeout) |
addInterceptor, addInterceptor, getBeanName, getInterceptors, getLogger, removeInterceptor, removeInterceptor, send, send, setBeanName, setInterceptors, setLogger, toStringpublic static final String NOTIFICATION_SUBJECT_HEADER
public static final String MESSAGE_GROUP_ID_HEADER
public static final String MESSAGE_DEDUPLICATION_ID_HEADER
public TopicMessageChannel(com.amazonaws.services.sns.AmazonSNS amazonSns,
String topicArn)
protected boolean sendInternal(Message<?> message, long timeout)
sendInternal in class AbstractMessageChannelCopyright © 2021 Pivotal Software, Inc.. All rights reserved.