R - as RecipientTypeT - as PayloadTypepublic interface Message<R,T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
ContentType |
getContentType()
If used ensure
ContentType.getType() BaseType is filled. |
String |
getMessageId()
A representative Id that can link to the actual Message
|
T |
getPayload()
The actual message payload
|
Priority |
getPriority() |
List<R> |
getRecipients() |
ContentType getContentType()
ContentType.getType() BaseType is filled.ContentTypeString getMessageId()
T getPayload()
Priority getPriority()
Priority, {@link DefaultPriority}Copyright © 2018. All rights reserved.