IReceiverMessage Interface |
Namespace: Rock.Messaging
The IReceiverMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Acknowledge |
Acknowledges the message.
|
![]() | GetBinaryValue |
Gets the binary value of the message. If the implemenation "speaks" string,
encoding is used to convert the string message to a byte array.
If encoding is null, the string data will be converted using
base 64 encoding.
|
![]() | GetHeaderValue |
Gets a header value by key. If the implementation "speaks" binary,
encoding is used to convert the binary header to a string.
If encoding is null, the binary header will be converted
using base 64 encoding.
|
![]() | GetStringValue |
Gets the string value of the message. If the implemenation "speaks" binary,
encoding is used to convert the binary message to a string.
If encoding is null, the binary data will be converted using
base 64 encoding.
|
Name | Description | |
---|---|---|
![]() | GetBinaryValue |
Gets the binary value of the message. If the implemenation "speaks" string,
UTF8 is used to convert the string message to a byte array.
(Defined by ReceiverMessageExtensions.) |
![]() | GetHeaderValue |
Gets a header value by key. If the implementation "speaks" binary,
UTF8 is used to convert the binary header to a string.
(Defined by ReceiverMessageExtensions.) |
![]() | GetStringValue |
Gets the string value of the message. If the implemenation "speaks" binary,
UTF8 is used to convert the binary message to a string.
(Defined by ReceiverMessageExtensions.) |