Package org.teamapps.util.threading
Interface CloseableExecutor
-
- All Superinterfaces:
java.util.concurrent.Executor
- All Known Implementing Classes:
CompletableFutureChainSequentialExecutorFactory.SequentialExecutor
public interface CloseableExecutor extends java.util.concurrent.Executor
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()static CloseableExecutorfromExecutorService(java.util.concurrent.ExecutorService executorService)
-
-
-
Method Detail
-
close
void close()
-
fromExecutorService
static CloseableExecutor fromExecutorService(java.util.concurrent.ExecutorService executorService)
-
-