Table of Contents

Interface IRequestPipeConfigurator

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface IRequestPipeConfigurator

Properties

RequestId

The RequestId assigned to the request, and used in the header for the outgoing request message

Guid RequestId { get; }

Property Value

Guid

TimeToLive

Set the request message time to live, which by default is equal to the request timeout. Clearing this value will prevent any TimeToLive value from being specified.

RequestTimeout TimeToLive { set; }

Property Value

RequestTimeout