ShutdownManager

class ShutdownManager(executorService: ExecutorService)

Constructors

Link copied to clipboard
constructor(executorService: ExecutorService)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Follower

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun registerShutdown(shutdown: () -> Unit)
fun registerShutdown(shutdown: CordaFuture<() -> Unit>)
Link copied to clipboard
fun shutdown()