Class ParcelMessage
A Chapar event that carriers the parcel data from Third party's outbox.
Inheritance
ParcelMessage
Assembly: Chapar.Core.dll
Syntax
public class ParcelMessage : IEvent, IMessage
Properties
|
Edit this page
View Source
Declaration
public Dictionary<string, object> Headers { get; init; }
Property Value
|
Edit this page
View Source
MessageBody
Declaration
public string MessageBody { get; init; }
Property Value
|
Edit this page
View Source
MessageId
Declaration
public string MessageId { get; init; }
Property Value
|
Edit this page
View Source
MessageName
Declaration
public string MessageName { get; init; }
Property Value
|
Edit this page
View Source
Route
Declaration
public string Route { get; init; }
Property Value
Implements