@sourceloop/task-service / Exports / IOutgoingConnector
Interface: IOutgoingConnector<T>¶
Type parameters¶
Name |
---|
T |
Table of contents¶
Methods¶
Methods¶
publish¶
▸ publish(event
): Promise
<void
>
Parameters¶
Name | Type |
---|---|
event |
T |
Returns¶
Promise
<void
>
Defined in¶
services/task-service/src/interfaces/i-outgoing-connector.ts:2