Interface IMessage
A generic message representation with headers and a body
public interface IMessage
Properties
Headers
Gets the headers for the message
IMessageHeaders Headers { get; }
Property Value
Payload
Gets the body of the message
object Payload { get; }