Interface IMessage<T>
A generic message representation with headers and a body
Inherited Members
Namespace: Steeltoe.Messaging
Assembly: Steeltoe.Messaging.Abstractions.dll
Syntax
public interface IMessage<out T> : IMessage
Type Parameters
Name | Description |
---|---|
T | the type of the payload |
Properties
| Edit this page View SourcePayload
Gets the body of the message
Declaration
T Payload { get; }
Property Value
Type | Description |
---|---|
T |