message.setBytes¶
Signature: message.setBytes(value)
Returns: void
Sets the message bytes to the value that is passed in.
Note
This method only applies to Binary formatted messages.
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| byte[] | value | byte[] that will replace the current message model |