Interface IMessage
A generic message representation with headers and a body
Namespace: Steeltoe.Messaging
Assembly: Steeltoe.Messaging.Abstractions.dll
Syntax
public interface IMessage
Properties
| Edit this page View SourceHeaders
Gets the headers for the message
Declaration
IMessageHeaders Headers { get; }
Property Value
Type | Description |
---|---|
IMessageHeaders |
Payload
Gets the body of the message
Declaration
object Payload { get; }
Property Value
Type | Description |
---|---|
System.Object |