Method WithHandlerTimeout
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
timeoutTimeSpan
Returns
- InboxBuilder<TDbContext>