Modifier and Type | Class and Description |
---|---|
class |
PushNotificationMessage
Push Notification Message is an Object used to send Push Notifications which includes
Recipient stores a Instance Id i.e a Token to uniquely identify a device
This Instance Id is to be generated with every request received from the Application
Payload stores the Notification to be sent to the Recipient
Priority stores a default value of
DefaultPriority.EMERGENCY
Content Type is ContentType.TEXT
Token
Unique identifier created by the notification service for an app on a device. |
Modifier and Type | Method and Description |
---|---|
void |
AmazonSNSDispatcher.publishToSingleNumber(Message message,
Map<String,com.amazonaws.services.sns.model.MessageAttributeValue> smsAttributes)
Sends One message to One recipient
|
Modifier and Type | Interface and Description |
---|---|
interface |
BulkDispatcher<M extends Message>
Support Boradcast and Bulk dispatching of a message:
Single message to single recipient :
getRecipients() = 1. |
interface |
GenericDispatcher<M extends Message>
Dispatch Messages
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsynchronousMessage<R,T>
A
Message that specifies its callback |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousSMS
Class to create Message which will be sent to AmazonSNSTransformer
|
class |
DisposableMessage<R,T>
A Message that can be disposed off.
|
class |
SMS
Class to create Message which will be sent to AmazonSNSTransformer
|
Modifier and Type | Class and Description |
---|---|
class |
EmailMessage<T>
A generic Email message
The payload could be String or a Multipart Object. |
Modifier and Type | Class and Description |
---|---|
class |
SMSGatewayCenterVoiceMessage<R,T>
Base class for any kind of SMSGatewayCenter Voice Message.
|
class |
TextToVoiceMessage
SMSGatewayCenterVoiceMessage to represent text to speech object of SMSGatewayCenter Voice API |
class |
VoiceRecordedMessage
SMSGatewayCenterVoiceMessage to represent recorded audio call object of SMSGatewayCenter Voice API |
Copyright © 2018. All rights reserved.