MCPcopy Create free account
hub / github.com/linuxfoundation/crowd.dev / start

Method start

services/libs/types/src/queue/index.ts:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export interface ISqsQueueReceiver {
6 start(): Promise<void>
7 stop()
8 processMessage(data: IQueueMessage): Promise<void>
9}

Callers 15

initMethod · 0.65
startMethod · 0.65
createRouterFunction · 0.65
upsertMethod · 0.65
upsertMethod · 0.65
main.tsFile · 0.65
main.tsFile · 0.65
createMethod · 0.65
createMethod · 0.65
main.tsFile · 0.65
main.tsFile · 0.65
main.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected