Table of Contents

Interface IEnvelope

Namespace
Silverback.Messaging.Messages
Assembly
Silverback.Core.dll

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

public interface IEnvelope

Properties

Message

Gets the message.

object? Message { get; }

Property Value

object

MessageType

Gets the type of the message.

Type MessageType { get; }

Property Value

Type