Show / Hide Table of Contents

    Interface IEnvelope<TMessage>

    Wraps a message when it's being transferred over a message broker.

    Inherited Members
    IEnvelope.MessageType
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Core.dll
    Syntax
    public interface IEnvelope<out TMessage> : IEnvelope
    Type Parameters
    Name Description
    TMessage

    The type of the message.

    Properties

    Message

    Gets the message.

    Declaration
    TMessage? Message { get; }
    Property Value
    Type Description
    TMessage
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini