Interface IDistributedEventHandler<TEvent>
Namespace: Volo.Abp.EventBus.Distributed
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public interface IDistributedEventHandler<in TEvent> : IEventHandler
Type Parameters
| Name | Description |
|---|---|
| TEvent |
Methods
HandleEventAsync(TEvent)
Declaration
Task HandleEventAsync(TEvent eventData)
Parameters
| Type | Name | Description |
|---|---|---|
| TEvent | eventData |
Returns
| Type | Description |
|---|---|
| Task |