@sourceloop/ctrl-plane-orchestrator-service / Exports / OrchestratorServiceInterface
Interface: OrchestratorServiceInterface<EventType, BodyType>¶
Type parameters¶
Name | Type |
---|---|
EventType |
extends string = DefaultEventTypes |
BodyType |
extends AnyObject = AnyObject |
Implemented by¶
Table of contents¶
Methods¶
Methods¶
handleEvent¶
▸ handleEvent(eventType
, eventBody
): Promise
<void
>
Parameters¶
Name | Type |
---|---|
eventType |
EventType |
eventBody |
BodyType |
Returns¶
Promise
<void
>