Interface IEventHandlerFactory
Defines an interface for factories those are responsible to create/get and release of event handlers.
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
public interface IEventHandlerFactory
Methods
GetHandler()
Gets an event handler.
Declaration
IEventHandlerDisposeWrapper GetHandler()
Returns
Type | Description |
---|---|
IEventHandlerDisposeWrapper | The event handler |
IsInFactories(List<IEventHandlerFactory>)
Declaration
bool IsInFactories(List<IEventHandlerFactory> handlerFactories)
Parameters
Type | Name | Description |
---|---|---|
List<IEventHandlerFactory> | handlerFactories |
Returns
Type | Description |
---|---|
System.Boolean |