Definition
Package: MessageHandler.Runtime.AtomicProcessing.Receiving
Assembly: MessageHandler.Runtime.AtomicProcessing.Receiving
Namespace: MessageHandler.Runtime.AtomicProcessing
Message context that flows from a message pump to the processing pipeline
Constructors
| Constructor | Description |
|---|---|
| MessageContext(Dictionary<string,string>, ReadOnlyMemory |
Creates a new instance of the message context |
Properties
| Property | Description |
|---|---|
| Raw | Gets or sets the native message |
| Headers | Gets the headers |
| Body | Gets the body |
| CancellationToken | Gets or sets a cancellation token |
| AtomicContext | Gets or sets the atomic context in which the message is received |