mirror of
https://github.com/corda/corda.git
synced 2025-01-27 22:59:54 +00:00
a7e1381086
* [CORDA-1634] Destroy child processes when parent exits. * Add comment. * Register Shutdownhook for processes regardless of whether the Driver was initialized with * Add comment. * Revert "Add comment." This reverts commit a5e78c379fba4e132cb3287997e77e21a6600947. * Add comment. * Add shutdown hook in ShutdownManager.registerProcessShutdown. * Initialize the ShutdownManager with a shutdown hook to ensure that is called. * Add comment.