Class MongoDbInboxConfigExtensions
Inherited Members
Namespace: Volo.Abp.MongoDB.DistributedEvents
Assembly: Volo.Abp.MongoDB.dll
Syntax
public static class MongoDbInboxConfigExtensions
Methods
UseMongoDbContext<TMongoDbContext>(InboxConfig)
Declaration
public static void UseMongoDbContext<TMongoDbContext>(this InboxConfig outboxConfig) where TMongoDbContext : IHasEventInbox
Parameters
Type | Name | Description |
---|---|---|
InboxConfig | outboxConfig |
Type Parameters
Name | Description |
---|---|
TMongoDbContext |