Interface IRequestConfigurator
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface IRequestConfigurator
Properties
ServiceAddress
Sets the service address of the request handler
Uri ServiceAddress { set; }
Property Value
- Uri
TimeToLive
Set the time to live of the request message sent by the saga. If not specified, and the timeout is > TimeSpan.Zero, the Timeout value is used.
TimeSpan? TimeToLive { set; }
Property Value
Timeout
Sets the request timeout
TimeSpan Timeout { set; }