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