Interface IMessageData
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface IMessageData
Properties
Address
Returns the address of the message data
Uri Address { get; }
Property Value
- Uri
HasValue
True if the value is present in the message, and not null
bool HasValue { get; }