Namespace Pipelinez.Core.DeadLettering
Classes
- InMemoryDeadLetterDestination<T>
Stores dead-letter records in memory for testing or simple host scenarios.
- PipelineDeadLetterOptions
Configures how the pipeline handles dead-letter writes and dead-letter events.
- PipelineDeadLetterRecord<T>
Represents the full dead-letter envelope persisted for a terminally handled pipeline record.
Interfaces
- IPipelineDeadLetterDestination<T>
Defines a destination that can persist dead-letter records after terminal fault handling.