Interface IEventHandlerFactory
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public interface IEventHandlerFactory
Methods
GetHandler()
Declaration
IEventHandlerDisposeWrapper GetHandler()
Returns
Type | Description |
---|---|
IEventHandlerDisposeWrapper |
IsInFactories(List<IEventHandlerFactory>)
Declaration
bool IsInFactories(List<IEventHandlerFactory> handlerFactories)
Parameters
Type | Name | Description |
---|---|---|
List<IEventHandlerFactory> | handlerFactories |
Returns
Type | Description |
---|---|
bool |