Method UseInbox
UseInbox<TDbContext>(ConsumeChannelBuilder)
Enables the inbox pattern on this consume channel.
All handlers registered with a stable key on this channel will be inbox-managed.
Requires AddEfCoreDurability<TDbContext>(d => d.UseInbox()) to be called on the bus builder.
public static ConsumeChannelBuilder UseInbox<TDbContext>(this ConsumeChannelBuilder builder) where TDbContext : DbContext, IInboxDbContext
Parameters
builderConsumeChannelBuilder
Returns
Type Parameters
TDbContext