class ShutdownManager
<init> |
ShutdownManager(executorService: ExecutorService) |
registerProcessShutdown |
fun registerProcessShutdown(processFuture: ListenableFuture<Process>): Unit |
registerShutdown |
fun registerShutdown(shutdown: ListenableFuture<() -> Unit>): Unit |
shutdown |
fun shutdown(): Unit |