Method WithStuckMessageThreshold
WithStuckMessageThreshold(TimeSpan)
Sets how long a message can remain in "processing" state before being considered stuck.
public OutboxBuilder<TDbContext> WithStuckMessageThreshold(TimeSpan threshold)
Parameters
thresholdTimeSpan
Returns
- OutboxBuilder<TDbContext>