Interface IEnvelope
Wraps a message when it's being transferred over a message broker.
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Core.dll
Syntax
public interface IEnvelope
Properties
Message
Gets the message.
Declaration
object? Message { get; }
Property Value
| Type | Description |
|---|---|
| object |
MessageType
Gets the type of the message.
Declaration
Type MessageType { get; }
Property Value
| Type | Description |
|---|---|
| Type |