Show / Hide Table of Contents

Interface ILocalEventHandler<TEvent>

Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
public interface ILocalEventHandler<in TEvent> : IEventHandler
Type Parameters
Name Description
TEvent

Methods

HandleEventAsync(TEvent)

Handler handles the event by implementing this method.

Declaration
Task HandleEventAsync(TEvent eventData)
Parameters
Type Name Description
TEvent eventData

Event data

Returns
Type Description
Task

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