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 recovery pipeline
Constructors
| Constructor | Description |
|---|---|
| RecoveryContext(Dictionary<string,string>, ReadOnlyMemory |
Creates a new instance of the error context |
Properties
| Property | Description |
|---|---|
| Exception | Gets or sets the exception that occured |
| DeliveryCount | Gets or sets the number of times this message has been delivered |
| 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 |
| Result | Gets or sets the result of the recovery action. |