Method WithLockName
WithLockName(string)
Sets the distributed lock name. Change this if you have multiple outboxes or conflict with the inbox lock.
public OutboxBuilder<TDbContext> WithLockName(string lockName)
Parameters
lockNamestring
Returns
- OutboxBuilder<TDbContext>