MCPcopy
hub / github.com/triggerdotdev/trigger.dev / on

Method on

packages/core/src/v3/zodMessageHandler.ts:49–49  ·  view source on GitHub ↗
(eventName: string | symbol, listener: (...args: any[]) => void)

Source from the content-addressed store, hash-verified

47
48export interface EventEmitterLike {
49 on(eventName: string | symbol, listener: (...args: any[]) => void): this;
50}
51
52export class ZodMessageHandler<TMessageCatalog extends ZodMessageCatalogSchema> {

Callers 15

useDevFunction · 0.65
buildAndPushImageFunction · 0.65
typecheckProjectFunction · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
worker-facade.tsFile · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
constructorMethod · 0.65
#createHttpServerMethod · 0.65
worker-facade.tsFile · 0.65

Implementers 5

PgListenServiceapps/webapp/app/services/db/pgListen.s
RedisZodSubscriberapps/webapp/app/v3/utils/zodPubSub.ser
SupabaseDatabaseintegrations/supabase/src/management/i
Shopifyintegrations/shopify/src/index.ts
WebhookEventCatalogintegrations/shopify/src/triggers.ts

Calls

no outgoing calls

Tested by

no test coverage detected