MCPcopy
hub / github.com/nestjs/nest / send

Method send

packages/microservices/client/client-grpc.ts:365–372  ·  view source on GitHub ↗
(
    pattern: any,
    data: TInput,
  )

Source from the content-addressed store, hash-verified

363 }
364
365 public send<TResult = any, TInput = any>(
366 pattern: any,
367 data: TInput,
368 ): Observable<TResult> {
369 throw new Error(
370 'Method is not supported in gRPC mode. Use ClientGrpc instead (learn more in the documentation).',
371 );
372 }
373
374 protected getClient(name: string): any {
375 return this.grpcClients.find(client =>

Callers 15

fastify.tsFile · 0.45
express.tsFile · 0.45
replyMethod · 0.45
replyMethod · 0.45
StreamableFileClass · 0.45
dispatchBatchEventMethod · 0.45
dispatchEventMethod · 0.45
publishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected