MCPcopy
hub / github.com/midwayjs/midway / IProcessor

Interface IProcessor

packages/bullmq/src/interface.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { WorkerOptions, QueueOptions, Job, ConnectionOptions } from 'bullmq';
7
8export interface IProcessor {
9 execute(data: any, job: Job, token?: string): Promise<any>;
10}
11
12export interface Application extends IMidwayApplication<Context> {}
13export type NextFunction = BaseNextFunction;

Callers

nothing calls this directly

Implementers 15

HelloTaskpackages/bullmq/test/index.test.ts
RetryTaskpackages/bullmq/test/index.test.ts
PriorityTaskpackages/bullmq/test/index.test.ts
ProgressTaskpackages/bullmq/test/index.test.ts
TimeoutTaskpackages/bullmq/test/index.test.ts
TraceTaskpackages/bullmq/test/index.test.ts
QueueTaskpackages/bullmq/test/index.test.ts
QueueTask1packages/bullmq/test/index.test.ts
HelloTaskpackages/core/test/decorator/common/ta
CalculateTaskpackages/piscina/test/fixtures/base-ap
SquareTaskpackages/piscina/test/fixtures/base-ap
ToolCpackages/mcp/test/index.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected