We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cd94a commit a648fb0Copy full SHA for a648fb0
README.md
@@ -67,7 +67,7 @@ etc...
67
#### API
68
69
```java
70
-public interface SequentialExecutorServiceFactory extends AutoCloseable {
+public interface SequentialExecutorServiceFactory {
71
/**
72
* @param sequenceKey
73
* an {@link Object} instance whose hash code is used to summon the corresponding executor.
@@ -155,7 +155,7 @@ public class MessageConsumer {
155
156
157
158
-public interface SequentialExecutor extends AutoCloseable {
+public interface SequentialExecutor {
159
160
* @param command
161
* the Runnable task to run sequentially with others under the same sequence key
0 commit comments