chore(core): remove useless method pause for WorkerJobQueueInterface

This commit is contained in:
Florian Hussonnois
2024-06-07 16:32:32 +02:00
committed by Florian Hussonnois
parent 210308f806
commit c06938f155
7 changed files with 37 additions and 42 deletions

View File

@@ -27,11 +27,6 @@ public class MemoryWorkerJobQueue implements WorkerJobQueueInterface {
return workerTaskQueue.receive(consumerGroup, queueType, consumer);
}
@Override
public void pause() {
}
@Override
public void close() {