Class OutboxMessageEntity
Entity that maps to the outbox table.
Inheritance
OutboxMessageEntity
Assembly: Chapar.Outbox.EntityFrameworkCore.dll
Syntax
public class OutboxMessageEntity
Properties
|
Edit this page
View Source
DestinationQueue
Declaration
public string? DestinationQueue { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string? Headers { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
|
Edit this page
View Source
IsProcessed
Declaration
public bool IsProcessed { get; set; }
Property Value
|
Edit this page
View Source
MessageType
Declaration
public string MessageType { get; set; }
Property Value
|
Edit this page
View Source
OccurredOn
Declaration
public DateTime OccurredOn { get; set; }
Property Value
|
Edit this page
View Source
Payload
Declaration
public string Payload { get; set; }
Property Value