data class OutboundPackage
A package with all the info that is needed to send a message.
<init> |
A package with all the info that is needed to send a message. OutboundPackage(endpoint: String, payload: String) |
endpoint |
is an URI declaring where to send the payload val endpoint: String |
payload |
is a JSON String that contains encrypted payload of message val payload: String |