Class AbpAspNetCoreMvcDaprEventBusModule
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.Dapr.EventBus
Assembly: Volo.Abp.AspNetCore.Mvc.Dapr.EventBus.dll
Syntax
[DependsOn(new Type[] { typeof(AbpAspNetCoreMvcDaprModule), typeof(AbpEventBusDaprModule) })]
public class AbpAspNetCoreMvcDaprEventBusModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreMvcDaprEventBusModule()
Declaration
public AbpAspNetCoreMvcDaprEventBusModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |