Interface CloseableExecutorService
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.nio.channels.Channel
,java.io.Closeable
,Closeable
,java.util.concurrent.Executor
,java.util.concurrent.ExecutorService
- All Known Implementing Classes:
NoCloseExecutor
,SshThreadPoolExecutor
public interface CloseableExecutorService extends java.util.concurrent.ExecutorService, Closeable
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
awaitTermination(java.time.Duration timeout)
default void
close()
-
Methods inherited from interface org.apache.sshd.common.Closeable
addCloseFutureListener, close, isClosed, isClosing, isOpen, removeCloseFutureListener
-
-