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.
|
logger
INDEFINITE_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, toString
public 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 AbstractMessageChannel
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.