Table of Contents

Interface RequestFaulted

Namespace
MassTransit.Contracts
Assembly
MassTransit.Abstractions.dll
public interface RequestFaulted

Properties

CorrelationId

The saga correlationId, used to reconnect to the saga once the request is completed

Guid CorrelationId { get; }

Property Value

Guid

Payload

The actual message payload

object Payload { get; }

Property Value

object

PayloadType

The payload types supported by the payload

string[] PayloadType { get; }

Property Value

string[]