Class TransientEventHandlerFactory
Inheritance
System.Object
TransientEventHandlerFactory
Assembly: Volo.Abp.EventBus.dll
Syntax
public class TransientEventHandlerFactory : object, IEventHandlerFactory
Remarks
Constructors
TransientEventHandlerFactory(Type)
Declaration
public TransientEventHandlerFactory(Type handlerType)
Parameters
Type |
Name |
Description |
Type |
handlerType |
|
Properties
HandlerType
Declaration
public Type HandlerType { get; }
Property Value
Methods
CreateHandler()
Declaration
protected virtual IEventHandler CreateHandler()
Returns
GetHandler()
Creates a new instance of the handler object.
Declaration
public virtual IEventHandlerDisposeWrapper GetHandler()
Returns
IsInFactories(List<IEventHandlerFactory>)
Declaration
public bool IsInFactories(List<IEventHandlerFactory> handlerFactories)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
Extension Methods