Skip to main content

IMessage

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IMessage : IHasId<Guid>, IMeta

Properties

CreatedDate

View Source
Declaration
DateTime CreatedDate { get; }

Priority

View Source
Declaration
long Priority { get; set; }

RetryAttempts

View Source
Declaration
int RetryAttempts { get; set; }

ReplyId

View Source
Declaration
Guid? ReplyId { get; set; }

ReplyTo

View Source
Declaration
string ReplyTo { get; set; }

Options

View Source
Declaration
int Options { get; set; }

Error

View Source
Declaration
ResponseStatus Error { get; set; }

Tag

View Source
Declaration
string Tag { get; set; }

Body

View Source
Declaration
object Body { get; set; }

TraceId

View Source
Declaration
string TraceId { get; set; }