WorkersQueue.prototype.process<T>(name: string,processor: JobProcessor<T>,options?: ProcessOptions): void
Registers a processor for a job name.
Registering twice under one name replaces the earlier processor, matching
QueueService.process in queue-plugin so the committed port behaves the
same way on every backend.
processor: JobProcessor<T>
Invoked per delivered job