Table of Contents

Interface IMessage<T>

Namespace
Steeltoe.Messaging
Assembly
Steeltoe.Messaging.Abstractions.dll

A generic message representation with headers and a body

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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