n8n
Version:
n8n Workflow Automation Tool
6 lines (5 loc) • 332 B
TypeScript
import { OrchestrationHandlerService } from '../../orchestration.handler.base.service';
import type { WorkerCommandReceivedHandlerOptions } from './types';
export declare class OrchestrationHandlerWorkerService extends OrchestrationHandlerService {
initSubscriber(options: WorkerCommandReceivedHandlerOptions): Promise<void>;
}