Table of Contents

Method WithMaxRetries

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithMaxRetries(int)

Sets the maximum number of retry attempts before marking a message as poisoned. A value of 0 means the message is poisoned on the first failure.

public OutboxBuilder<TDbContext> WithMaxRetries(int maxRetries)

Parameters

maxRetries int

Returns

OutboxBuilder<TDbContext>