Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft