Class TransientEventHandlerFactory
Inheritance
TransientEventHandlerFactory
Assembly: Volo.Abp.EventBus.dll
Syntax
public class TransientEventHandlerFactory : IEventHandlerFactory
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()
Declaration
public virtual IEventHandlerDisposeWrapper GetHandler()
Returns
IsInFactories(List<IEventHandlerFactory>)
Declaration
public bool IsInFactories(List<IEventHandlerFactory> handlerFactories)
Parameters
Returns
Implements
Extension Methods