Class IocEventHandlerFactory
Inheritance
IocEventHandlerFactory
Assembly: Volo.Abp.EventBus.dll
Syntax
public class IocEventHandlerFactory : IEventHandlerFactory, IDisposable
Constructors
IocEventHandlerFactory(IServiceScopeFactory, Type)
Declaration
public IocEventHandlerFactory(IServiceScopeFactory scopeFactory, Type handlerType)
Parameters
Properties
HandlerType
Declaration
public Type HandlerType { get; }
Property Value
ScopeFactory
Declaration
protected IServiceScopeFactory ScopeFactory { get; }
Property Value
Methods
Dispose()
Declaration
GetHandler()
Declaration
public IEventHandlerDisposeWrapper GetHandler()
Returns
IsInFactories(List<IEventHandlerFactory>)
Declaration
public bool IsInFactories(List<IEventHandlerFactory> handlerFactories)
Parameters
Returns
Implements
Extension Methods