Class SingleInstanceHandlerFactory
Inheritance
SingleInstanceHandlerFactory
Assembly: Volo.Abp.EventBus.dll
Syntax
public class SingleInstanceHandlerFactory : IEventHandlerFactory
Constructors
SingleInstanceHandlerFactory(IEventHandler)
Declaration
public SingleInstanceHandlerFactory(IEventHandler handler)
Parameters
Properties
HandlerInstance
Declaration
public IEventHandler HandlerInstance { get; }
Property Value
Methods
GetHandler()
Declaration
public IEventHandlerDisposeWrapper GetHandler()
Returns
IsInFactories(List<IEventHandlerFactory>)
Declaration
public bool IsInFactories(List<IEventHandlerFactory> handlerFactories)
Parameters
Returns
Implements
Extension Methods