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 | Class and Description |
---|---|
class |
AsynchronousSMS
Class to create Message which will be sent to AmazonSNSTransformer
|
class |
SMS
Class to create Message which will be sent to AmazonSNSTransformer
|
Constructor and Description |
---|
DisposableMessage(DisposableMessage t) |
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 | Method and Description |
---|---|
void |
NexmoRecordedCallDispatcher.dispatch(DisposableMessage<String,String> message) |
void |
NexmoTextToSpeechCallDispatcher.dispatch(DisposableMessage<String,String> message) |
Modifier and Type | Method and Description |
---|---|
void |
NexmoRecordedCallDispatcher.dispatch(List<DisposableMessage<String,String>> messages) |
void |
NexmoTextToSpeechCallDispatcher.dispatch(List<DisposableMessage<String,String>> messages) |
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 |
Modifier and Type | Method and Description |
---|---|
void |
SMSGatewayCenterVoiceMessage.buildMessage(DisposableMessage<R,T> msg)
Create a
SMSGatewayCenterVoiceMessage from a DisposableMessage . |
Modifier and Type | Class and Description |
---|---|
class |
SMSGatewayCenterDispatcher<M extends DisposableMessage<?,?>>
BulkDispatcher to create a recorded and/or text to voice calls using SMSGatewayCenter Voice API. |
Copyright © 2018. All rights reserved.