Class TransientEventHandlerFactory<THandler>
Inheritance
TransientEventHandlerFactory<THandler>
Assembly: Volo.Abp.EventBus.dll
Syntax
public class TransientEventHandlerFactory<THandler> : TransientEventHandlerFactory, IEventHandlerFactory where THandler : IEventHandler, new()
Type Parameters
Name |
Description |
THandler |
|
Constructors
TransientEventHandlerFactory()
Declaration
public TransientEventHandlerFactory()
Methods
CreateHandler()
Declaration
protected override IEventHandler CreateHandler()
Returns
Overrides
Implements
Extension Methods