Table of Contents

Interface MessageEnvelope

Namespace
MassTransit.Serialization
Assembly
MassTransit.Abstractions.dll
public interface MessageEnvelope

Properties

ConversationId

string? ConversationId { get; }

Property Value

string

CorrelationId

string? CorrelationId { get; }

Property Value

string

DestinationAddress

string? DestinationAddress { get; }

Property Value

string

ExpirationTime

DateTime? ExpirationTime { get; }

Property Value

DateTime?

FaultAddress

string? FaultAddress { get; }

Property Value

string

Headers

Dictionary<string, object?>? Headers { get; }

Property Value

Dictionary<string, object>

Host

HostInfo? Host { get; }

Property Value

HostInfo

InitiatorId

string? InitiatorId { get; }

Property Value

string

Message

object? Message { get; }

Property Value

object

MessageId

string? MessageId { get; }

Property Value

string

MessageType

string[]? MessageType { get; }

Property Value

string[]

RequestId

string? RequestId { get; }

Property Value

string

ResponseAddress

string? ResponseAddress { get; }

Property Value

string

SentTime

DateTime? SentTime { get; }

Property Value

DateTime?

SourceAddress

string? SourceAddress { get; }

Property Value

string