Table of Contents

Method WithStuckMessageThreshold

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithStuckMessageThreshold(TimeSpan)

Sets how long a handler status can remain in "processing" state before being considered stuck.

public InboxBuilder<TDbContext> WithStuckMessageThreshold(TimeSpan threshold)

Parameters

threshold TimeSpan

Returns

InboxBuilder<TDbContext>