send Message
fun sendMessage(message: GeneratedMessage, methodName: String): AsyncJobSingle<ServiceMethodResponse>
Sends a message.
Results are returned in a ServiceMethodResponse.
Return
The JobID of the message. This can be used to find the appropriate ServiceMethodResponse.
Parameters
message
The message to send.
method Name
The Target Job Name.