@sourceloop/task-service / Exports / IEventProcessor
Interface: IEventProcessor¶
Implemented by¶
Table of contents¶
Methods¶
Methods¶
handle¶
▸ handle(event
): Promise
<void
>
Parameters¶
Name | Type |
---|---|
event |
IEvent <any > |
Returns¶
Promise
<void
>