sendMessage

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.

methodName

The Target Job Name.