SubmitRequestReply(String,String,Byte[])

Sends byte array reply as a reply to request topic.

Parameters

  • topic : string : Topic of the request to send the reply to.

  • replyTo : string : The reply to from the request.

  • reply : byte[] : Reply to send.

Return

Status : Status that indicates if the operation succeeds.