We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8b0e9 commit 75b0635Copy full SHA for 75b0635
1 file changed
SIF3InfraREST/SIF3REST/src/main/java/sif3/infra/rest/consumer/BaseConsumer.java
@@ -19,7 +19,6 @@
19
20
import java.util.ArrayList;
21
import java.util.List;
22
-import java.util.concurrent.ExecutorService;
23
import java.util.concurrent.Executors;
24
25
import javax.ws.rs.core.MediaType;
@@ -59,7 +58,6 @@
59
58
import sif3.infra.rest.queue.LocalConsumerQueue;
60
import sif3.infra.rest.queue.LocalMessageConsumer;
61
import sif3.infra.rest.queue.QueueReaderInfo;
62
-import sif3.infra.rest.queue.RemoteMessageQueueReader;
63
64
/**
65
* It is expected that all consumer implementations extend this class. It has a set of abstract methods that need to be implemented by
0 commit comments