Table of Contents

Method WithHandlerTimeout

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithHandlerTimeout(TimeSpan)

Sets the maximum time a handler is allowed to run before being cancelled. Timeout cancellation is treated as a handler failure and increments the error count.

public InboxBuilder<TDbContext> WithHandlerTimeout(TimeSpan timeout)

Parameters

timeout TimeSpan

Returns

InboxBuilder<TDbContext>