Table of Contents

Method WithStuckMessageThreshold

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithStuckMessageThreshold(TimeSpan)

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

public OutboxBuilder<TDbContext> WithStuckMessageThreshold(TimeSpan threshold)

Parameters

threshold TimeSpan

Returns

OutboxBuilder<TDbContext>