Interface IMessage<T>
A generic message representation with headers and a body
public interface IMessage<out T> : IMessage
Type Parameters
T
the type of the payload
- Inherited Members
Properties
Payload
Gets the body of the message
T Payload { get; }
Property Value
- T