Kind: Type
Source: packages/microservices/interfaces/microservice-entrypoint-metadata.interface.ts
Part of: Microservices
Definition
ts{ transportId: keyof typeof Transport | symbol; patterns: PatternMetadata[]; isEventHandler: boolean; extras?: Record<string, any>; }
Was this page helpful?