Package | Description |
---|---|
com.neurosys.aws.sns.sms.domain | |
com.neurosys.aws.sns.sms.transformer | |
com.neurosys.messenger.domain | |
com.neurosys.smsgatewaycenter.voice.domain |
Constructor and Description |
---|
AsynchronousSMS(String payload,
Priority priority,
String phoneNumber,
Consumer consumer) |
AsynchronousSMS(String messageId,
String payload,
Priority priority,
List<String> phoneNumbers,
Consumer consumer) |
SMS(String payload,
Priority priority,
String phoneNumber) |
SMS(String messageId,
String payload,
Priority priority,
List<String> phoneNumbers) |
Modifier and Type | Method and Description |
---|---|
MessageType |
AmazonSNSDispatcher.evaluateType(Priority priority,
Boolean isDirectMessage)
Set Type of Message.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPriority
Some common Priorities for sending messages
|
Modifier and Type | Field and Description |
---|---|
protected Priority |
DisposableMessage.priority |
Modifier and Type | Method and Description |
---|---|
Priority |
Message.getPriority() |
Priority |
DisposableMessage.getPriority() |
Modifier and Type | Method and Description |
---|---|
void |
DisposableMessage.setPriority(Priority priority) |
Constructor and Description |
---|
AsynchronousSMS(String payload,
Priority priority,
String phoneNumber,
Consumer consumer) |
AsynchronousSMS(String messageId,
String payload,
Priority priority,
List<String> phoneNumbers,
Consumer consumer) |
SMS(String payload,
Priority priority,
String phoneNumber) |
SMS(String messageId,
String payload,
Priority priority,
List<String> phoneNumbers) |
Constructor and Description |
---|
SMSGatewayCenterVoiceMessage(Priority priority,
List<R> phoneNumbers,
T payload) |
TextToVoiceMessage(String payload,
Priority priority,
List<String> phoneNumbers) |
VoiceRecordedMessage(String payload,
Priority priority,
List<String> phoneNumbers) |
Copyright © 2018. All rights reserved.